Hi,<BR><BR>I'm trying to create a program that can tie the I/O of a socket to some kind of text box. The user types in the box, and whatever comes back through the socket gets displayed there as well.
I have a prexisting tcl program someone else wrote that displays a graphic in its GUI window.<BR><BR>The line to add it is "image create photo" and it works fine with the gif file.<BR><BR>I want to ...