Hi all! --> FLTK 1.1.9
I have the following problem: I have Fl_Tabs with several groups in it. And all those groups contain several widgets. This works fine! In one of those groups I have a Fl_Input. Before showing the Fl_Tabs, I give the Fl_Input already a initialvalue (by setting value() ). If I click on the tab which contains the Fl_Input, everything is fine, but there's no value in this Fl_Input! The strange thing is that I don't change the value meanwhile (As far as I can see). And I'm also 100% sure that the Fl_Input got the value because I tested this with "printf(InputWidget->value());". If I set the value manually after the group is shown, then the value appears inside the Fl_Input... Is there any known problem/bug which could have to do with that? Or is my approch wrong? I could easily do a workaround, but I think normaly it should work the way I'm trying it...? Thanks! Michael _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

