CLI+GUI

Michele Simionato mis6 at pitt.edu
Thu Aug 14 08:00:27 EDT 2003


danbmil99 at yahoo.com (dan) wrote in message news:<fbf8d8f2.0308131840.dd6162d at posting.google.com>...
> 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.

.update() seems to be working (even of Win98) and the name is 
self-documenting, so at the moment it is my first candidate.

BTW, notice the spelling : Michele with one "l", italian male name,
as opposed to Michelle, with two "l", french female name. 

Thanks, for your help,

                                    Michele




More information about the Python-list mailing list