Alvin wrote:

> Is it possible to update a window without checking for user generated events
> (mouse, keyboard, wm)?

> What are some possible ways I can handle this?

The most simple solution might be to put the widgets in question into 
one Fl_Group and call deactivate() on that group as soon as your 
calculation starts and activate() again when it ends. This way user 
input is disabled (mostly, some events still get delivered, see manual 
for details) and the user gets a visual feedback that manipulating the 
widgets is not possible.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to