Thus spoketh pyt...@bdurham.com unto us on Fri, 17 Dec 2010 12:27:41 -0500:
> Looking for some advice on when to use .update() vs. > update_idletasks(). Are there use cases that favor the use of one > of these techniques vs. the other? Are there situations where one > of these techniques should always or never be used? > As a rule of thumb I'd say : *never* use update() unless you really need it. If update_idletasks() does the job, it is to be preferred. Regards Michael _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss