> > Does you also handle() FL_PUSH events correctly? > > From http://www.fltk.org/documentation.php/doc-1.1/events.html#events > > FL_RELEASE > > A mouse button has been released. You can find out what button by > calling Fl::event_button(). > > In order to receive the FL_RELEASE event, the widget must return > non-zero when handling FL_PUSH. > > D.
Yes, the function is executed and when I am in the function, the return value is correct, but when it actually returns the value nothing happens... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

