DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2550 Version: 1.3-current Fl::show() merely sends the message to the OS that it wants the window on screen. If you want to make sure that the window is actually there, add this: window->show(); while (!window->shown()) Fl::flush(); Link: http://www.fltk.org/str.php?L2550 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
