There is folllowing reason why window derived from Fl_Window display on windows but not on MAC.
I create a main window which contains many control. One control is a group(say groupX). On groupX i create some windows. For that i create pointers of some classes which are derived from Fl_Box and make each pointer as resizable to group Fl_Group::current()->resizable(pointer); On groupX i also create one pointer of type Fl_Window and make it also resizable. When i run the program i can change the position of all these windows which are on groupX. This code is working perfectly on windows. While on MAC the window on groupX derived from Fl_Window doesn't display. Should i change the class of this window to Fl_Box or this problem can be fix on MAC? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

