Hello, I've been searching around and I am unable to find an answer to my question.
I am the author of a simple robot control software library. Under normal operation, a graphical window will only show up if users request to display an image taken by the robot's camera. Right now, I have the drawing being handled by a separate thread, which does all the FLTK calls. This thread is constantly calling Fl::wait(). However, although this seems to work fine on Linux and OS X, it does not seem to work at all on windows (under cygwin). Is there an example of an fltk program that does not always have a window open, and exists beyond that of the fltk window's life. (All the examples seem to end once the window is closed.) Thanks, John Hoare _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

