Hi there, I have just started to look into using FLTK2.0 and I wanted to get a clarification on some threading issues. I understand that there is a general issue with not running the gui from the main thread (the guy who called main() ). However, I have heard slightly different versions of the problem so I wanted to make sure to get things right. My question is:
Must the gui run completely in the main thread or does it only need its own thread ? Meaning, what I would like to do is to create a thread that runs the complete gui (all window creating, rendering, etc. will happen in this thread) but for internal reasons this thread cannot be the main thread. Does this has a hope of working (portable)? Thanks Timo _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

