[Tkinter-discuss] busy cursor stores up events

William Baxter bbaxter at wadsworth.org
Tue Apr 19 22:34:46 CEST 2005


Is there a way to prevent 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 Tkinter-discuss mailing list