CLI+GUI

dan danbmil99 at yahoo.com
Wed Aug 13 22:40:11 EDT 2003


davesum99 at yahoo.com (smarter_than_you) wrote in message 

> Also note that there are at least three ways to get this behavior:
> 
> _tkinter.dooneevent(TCL_DONT_WAIT)
> Frame.update()
> Tkinter.dooneevent(0) #this is new to me!  You found a third way to
> call it
> 
that would be:

root.tk.dooneevent()

but anyway --

in my experiments, this last way (Michelle's way) has very bad timing,
if you care about that sort of thing.  Both the _tkinter call and
update() seem to be more reactive.




More information about the Python-list mailing list