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

Re: [Tkinter-discuss] Tkinter GUI change background image on button pressed?

2010-08-11 Thread David Hutto
On Wed, Aug 11, 2010 at 10:33 AM, diskhub wrote: > > How do i make my tkinter gui change background image on button pressed? > Can someone guide me? > -- > View this message in context: > http://old.nabble.com/Tkinter-GUI-change-background-image-on-button-pressed--tp29408957p29408957.html > Sent

[Tkinter-discuss] Tkinter GUI change background image on button pressed?

2010-08-11 Thread diskhub
How do i make my tkinter gui change background image on button pressed? Can someone guide me? -- View this message in context: http://old.nabble.com/Tkinter-GUI-change-background-image-on-button-pressed--tp29408957p29408957.html Sent from the Python - tkinter-discuss mailing list archive at Nabb