DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2221 Version: 1.3-feature Fix Version: 1.3.0 (r6951) Yes, what works now is assigning a callback and a data pointer to a menu bar item with, e.g., items[x].callback(mycb, data); and when this callback gets called, it receives an Fl_Widget* and a void* arguments, but only the void* has meaning, because a system menu bar item is not an FLTK widget. I realize with your post that Sudoku needs a widget. Since Carbon Fl_Sys_Menu_Bar was in the same situation, there is hope to find a solution. It's good that you tell me the crashes you detect, but do you also see many things working well as I do? Did you try dragging text out of a text field, using the input demo for instance? Link: http://www.fltk.org/str.php?L2221 Version: 1.3-feature Fix Version: 1.3.0 (r6951) _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
