DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] > * you already uncommented parts inside Menu_popup.cxx yes, > * in fltk/Flags.h add "MENU_STAYS_UP = 0x00020000," (it reuse LAYOUT_VERTICAL value, but last one is not used inside menu labels) yes, > * myitem->flags(myitem->flags()|MENU_STAYS_UP); (copies current flags, like alignement and etc.) I used myitem->set_flag(MENU_STAYS_UP) the callback it self did execute, but in case of RADIO or TOGGLE Buttons they didn't change their state as they should. i tried to fix it but the redraw routine occurs only when i move mouse, highlighting other menu item.. Link: http://www.fltk.org/str.php?L1638 Version: 2.0-feature _______________________________________________ fltk-dev mailing list [EMAIL PROTECTED] http://lists.easysw.com/mailman/listinfo/fltk-dev
