Hi Geoff,

(...)
> 
> I have got something that seems to work now, which is to create a
> thread, call wait_visibility in it
> and then add the idle handler, and then call update_idletasks at the
> beginning of the idle
> handler. Feels to me like all that fuss shouldn't really be necessary,
> but there we are. If anyone
> knows of a simpler way I'd be interested to hear what it is.

This sounds like you are trying to access tk from within two different
threads which is generally a bad idea, though it may *seem* to work
sometimes.
Maybe we can provide better help if you could post a short code snippet
that demonstrates your problem.

Regards

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

Reply via email to