"that the grown-ups can have a look at and tell you what you have done wrong."
As for you "unfriendly" comment. I will NOT be talked to in this way under any circumstances! What do you mean "not have posted the compiler error". I have posted it several times. Its in the first post as a matter a fact. This is what it returns for the code lines I posted as well. "line1 error: expected unqualified-id before numeric constant line1 error: expected initializer before numeric constand line2 error: invalid conversion from 'int' to 'Fl_Group*' line3 error: base operand of '->' is not a pointer" This is the output for these lines, I've marked them: line1: Fl_Group *grp2 = new Fl_Group(25, 25, 620, 605); new Fl_Text_Display(145, 325, 400, 75); line2: panes[2] = grp2; line3: grp2->end(); As for your "minimal, complete single-file implementation", I have posted the entire file. I really don't see what seems to be the problem here. I have stated the problem VERY clearly, many times. If you would have just read what I wrote. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

