On 1/12/13 12:33 PM, Leon Maurer wrote:
It seems like putting a "root.update" before the "root.after" makes
things work well, even if I keep the small delay in the "root.after". Is
this a reasonable thing to do? Otherwise, I have to use a large enough
delay that it pushes an already slow animation in to slide show territory.
-Leon

root.update() should be used sparingly, because it causes all events to be processed and can have unpredictable results, but in a case like this it can be helpful.

--Kevin

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to