Lars napisał(a):

The only problem I've ever encountered was with updating Tk widgets
from threads in a threaded app - it won't work. The solution was
nothing worse than using an output queue, and having an event check the
output buffer every second or so.

I know literally no GUI toolkit, that allows direct updating of GUI objects from any other thread that the one which created them. Some even do not allow updating from any other thread than main application thread and this may be really painful.


--
Jarek Zgoda
http://jpa.berlios.de/ | http://www.zgodowie.org/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to