Michael Yanowitz <[EMAIL PROTECTED]> wrote:      > What I am hoping for is a 
function call I  can make, without knowing any
> of the GUI  objects, I can call from test3.py (or while test3.py is running) 
> which  will refresh the GUI and check for activity such as button  presses
> on the GUI itself.

call w.update_idletasks(). see 
http://infohost.nmt.edu/tcc/help/pubs/tkinter/universal.html#update_idletasks
  >  For example, if I just call sleep(), will it do this?

No, it won't
   > Thanks  in advance:
 > Michael Yanowitz

You're welcome


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to