Re: Python Tkinter Simple Qn

2010-08-12 Thread Eric Brunel
In article , ChrisChia wrote: > Hi i have the following problem with Python Tkinter. > I switch to switch the image background (which i used Tkinter.Label > with image arg to display on the GUI). > > How can I do that? the callback function which i have created doesn't > seem to work... It is

Python Tkinter Simple Qn

2010-08-11 Thread ChrisChia
Hi i have the following problem with Python Tkinter. I switch to switch the image background (which i used Tkinter.Label with image arg to display on the GUI). How can I do that? the callback function which i have created doesn't seem to work... some advice? below is my code: import Tkinter as