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?
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?