V Sun, 18 Dec 2011 20:43:52 +0100
Martin B <spooky...@tbs-software.com> napsáno:

ugly solution i was found for now is 2 PhotoImages.

if current == 1:
        label1.config(image=photoimage1)
        label2.config(image=photoimage1)
        current=0
else:
        label1.config(image=photoimage2)
        label2.config(image=photoimage2)
        current=0

i never use PhotoImage.config() until this test.
i always used Label.config() for changing
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to