This sounds weird. Do you get this even with a simple 'hello world' type program that only has a single button and no overloaded handle()s in the app?
An app can easily drop events if one of the handle() overrides doesn't return() correctly, and/or doesn't call the base class's handle() method correctly. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

