Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tk window icon image showing blank

Status
Not open for further replies.

pri04

Technical User
Jan 4, 2011
7
0
0
IN
I used the following code to add icon image to tk window:

set iconimage [image create photo -file [pwd]/logo.GIF]
wm iconphoto . -default $iconimage

On some of the machines the icon image is displayed fine. However on other machines, blank space is displayed in place of the icon image.

Is it possible that some dlls might be missing on these machines which could cause this problem?
 
On some of the machines the icon image is displayed fine. However on other machines, blank space is displayed in place of the icon image.
Are all these machines running the same OS?
Assuming they are, are they all at the same version of Tcl?

_________________
Bob Rashkin
 
Ya, they are on same OS and same version of Tcl. I feel it's not a tcl error but something regarding to missing windows dlls.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top