All;

I've been using FLTK to wrapper very complex engineering calculations to great 
effect (optimization, plotting, VTK visualization, etc).  Using popen(), I can 
run the model and present the results within FLTK; the problem is when my FLTK 
app is waiting for stream results (which could be many minutes), there is no 
updating of the application window.

I've already tried:
    Fl::add_timeout(1.0,callback);
and:
    Fl::repeat_timeout(1.0,callback);
which doesn't work with plopen().  I imagine it works well while FL::run()

Any suggestions?

   ...Dan
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to