Alvin wrote: > Thanks. I think picked() not being virtual may be the problem.
Ugh, I should have noticed this from the start. Fl_Choice does not contain any virtual members. AFAIK, without a vtable, then function overriding will not work. I have created a patch that adds picked() to Fl_Choice much in the same way value() exists in Fl_Choice (Simply calls Fl_Menu_::value()). I will submit an STR with the patch shortly and example shortly. Thanks. -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

