Is there anything that is OK for a thread to do to the GUI?  Like  
would just calling .update() on a Button() be OK?  It seems to work,  
but is it OK?

I'm calling it on a "Stop" button, specifically, in the thread every  
quarter second, instead of peppering the code with updates() to give  
the button a chance to set it's IntVar value and then stop everything  
when the code gets around to checking that.

Thanks!

Bob

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to