On Wed, 11 Jun 2008, Greg Ercolano wrote: > Marc R.J. Brevoort wrote: >> I have a similar situation where an add_timeout/repeat_timeout >> (sometimes, not always) freezes when Fl_Native_File chooser >> is open, only to happily resume after the chooser is closed >> again. This happens to my program which is running on Linux. >> I use a regular Fl_Window (double buffered), not Fl_Gl_Window. > > Hmm, on linux FNFC uses FLTK's own file chooser. > So it uses FLTK's own app loop technique to wait for it. > I'm actually not sure at all why the timeouts would stop.
It doesn't always stop either. > Try running your app in the debugger, and hit ^C when the timers stop > to see if the calling stack is not in Fl::wait().. maybe some other part > of the app is blocked. I'll try that. If I manage to reproduce the situation, I'll let you know the outcome. Best, Marc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

