I think I found a fix to the problem Greg. It was in the header file. Fluid generates the line:
MyGroup(int X,int Y,int W,int H,const char *L=0); Changing -->char *L=0)<-- to -->char *L)<-- works for me. I can compile and run your demo with the widget working the way I want it to. Next up is to try to integrate this approach into an existing project. Thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

