I have this code for updating the user interface during a calculation. statusOutput->value(message.c_str()); calcProgress->value(progress); paintView->redraw(); Fl::check(); Fl::flush();
This code works perfectly on Windows, but has no effect on MacOS X (10.5.x) with the latest snapshot. The window is static, no controls are updated until the calculation has finished. I am doing something wrong? Should I do something different? -- Jonas _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

