greetings, at line 192 in Fl_Spinner.H:
void textcolor(Fl_Color c) {
input_.textcolor(c);
}my compiler (gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3) complains when you set a custom textcolor in fluid that there is no such method. so i just substituted Fl_Color with int and it works great now! JanE _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

