[Tkinter-discuss] after and after_idle

Cameron Laird Cameron at phaseit.net
Mon May 17 23:01:51 CEST 2010


On Mon, May 17, 2010 at 10:52:56PM +0200, Geoff Bache wrote:
			.
			.
			.
> root.after_idle(foo)
> 
> and
> 
> root.after(0, foo)
> 
> ?
> 
> (I've noticed that if I call after_idle and re-add it at the end of my
> callbacks then any calls to "after" have no effect, and that I can
> work around this by doing after(0, ...) instead, but wondered if there
> were any drawbacks to doing this.)
			.
			.
			.
Does <URL: http://wiki.tcl.tk/9926 > help?


More information about the Tkinter-discuss mailing list