On 2009-05-21, Jane <[email protected]> wrote: > 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
any comments on this? it's not really a solution to change the header on my system as it won't compile anywhere else. i distribute binaries but anyway. maybe i my explaination wasn't clear. let me try again: setting the textcolor of a Spinner in fluid causes a compiler error with gcc 4.3.3: ui.C:4836: error: invalid conversion from `int' to `Fl_Color' ui.C:4836: error: initializing argument 1 of `void Fl_Spinner::textcolor(Fl_Color)' ty, JanE _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

