Hi,
I'm trying to pin an image to a button, using the 'image' option.
I've looked about on the net and it seems the best way to do it is to create the image in a PhotoImage object. I've done this and then stuck it onto the button but for some reason when it's running, the button assumes the dimensions of the image but it's not displayed, and the button freezes, doesn't respond.
self.Button = Button(self, image=PhotoImage(file="image.gif"))
any help greatly appreciated thanks
a1eio