I restarted an old project now using fluid under FLTK-1.1.9, and only my 
first tabbed group (MAP_GROUP) appears.  I use 1.1.7 fluid (I never built 
FLTK-1.1.8) and all the windows appear normally.
   Sorry don't have more detail.  Not sure if this is a known bug or not.  If 
needed, I can send the fluid file in question (fl_main.fl).  In the generated 
code, the two differ in some seemingly significant ways.  Using CYGWIN with GCC 
3.4.4 if that matters.

1707     <!     { MAIN_WINDOW = new Fl_Group(0, 45, 1024, 705);
         !>     { Fl_Group* o = MAIN_WINDOW = new Fl_Group(0, 45, 1024, 705);
1708              { Fl_Tabs* o = WINDOW_TAB = new Fl_Tabs(0, 45, 1035, 660);
1709                { Fl_Group* o = MAP_GROUP = new Fl_Group(0, 45, 1035, 620, 
"Map");

Thanks,
Derek
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to