Im trying to make a spreadsheet-like program using a derived Fl_Table widget, with most of the other callbacks and widgets of the program generated by FLUID.
However, mouse events on the table makes it redraw only some cells (The ones that would normally be selected if there was a selection behavior in the callbacks), even without any callbacks set. Furthermore, if I try to show widgets over the table, (to edit the cells in my spreadsheet program, just like in the example) the widget doesn't show on screen, but is active (input and callbacks works). The Fl_Table examples don't behave like that, and I couldn't find which setting (or code part) enables/disables such behavior looking at the examples and at my own derived class. Which option (or programming construct) commands this kind of behavior? Thanks for your time. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

