I figured it out, it was the order in which items where added to the main window. I had another empty group (which I had yet to fill) that was sitting invisibly on top of the group that I wanted to receive the events.
Is it a bug that an empty group or a group with no children below the mouse should return 1 for handle(FL_MOVE)? Harvey On Oct 21, 2009, at 12:14 PM, Harvey Chapman wrote: > I have a custom button class with it's own handle() method. I tested > my app with my buttons placed in a window and it works. For > convenience, I now want those buttons inside a group so I can show/ > hide the entire group. However, I no longer receive all of the events > I used to receive. Mainly, I no longer receive FL_MOVE, FL_ENTER, or > FL_LEAVE events. Is there something special I need to setup in order > to get all of the events? > > I'm using fltk-1.3.x-6916. > > Thanks, > > Harvey > > _______________________________________________ > fltk mailing list > [email protected] > http://lists.easysw.com/mailman/listinfo/fltk _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

