[Image-SIG] busy cursor stores up events

William Baxter bbaxter at wadsworth.org
Mon Apr 18 19:35:43 CEST 2005


Is there a way to get the BusyManager to prevent the widgets from
servicing events accumulated during the busy period?

I've been looking at the 2nd example at

http://effbot.org/zone/tkinter-busy.htm

Although the widgets do not respond to user events while the system is
'busy', they seem to register user events. When the system returns to
the 'not busy' state, all the events are then processed. For instance,
if I try to click the button repeatedly while 'busy', the gui doesn't
respond (that's good). But when it's no longer busy, the button command
prints out
a whole column of hello's from the stored up events.


Thanks,
Bill Baxter


More information about the Image-SIG mailing list