Re: [Tkinter-discuss] Python Tkinter Simple Qn

2010-08-12 Thread Firat Ozgul
My previous code was erroneous. Therefore I edited it. http://paste-it.net/public/u46e119/ 2010/8/12 Chris Chia > 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

Re: [Tkinter-discuss] Python Tkinter Simple Qn

2010-08-11 Thread Firat Ozgul
Hello, I posted the code in here: http://paste-it.net/public/y1ba880/ Firat 2010/8/12 Chris Chia > 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 cal

[Tkinter-discuss] Python Tkinter Simple Qn

2010-08-11 Thread Chris Chia
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