Re. > I have an FLTK 1.1.7 app that computes a very long function when the user > presses a button. Since the function takes so long to compute, I use > FL::check() within the function to update a progress bar.
Tom, Use Fl:flush() instead of Fl::check() Don. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

