> Craig D wrote: > >>> place it. It works BUT mouse movement causes redraw events=20 > >>> (ie just moving the mouse around the image causes it to be=20 > >>> redrawn). Is this expected behavior? > > No, just moving the mouse around should definitely NOT > cause redraws. Otherwise apps would be constantly flickering. > > I'm guessing you might have a handle() function in one of > your widgets that is triggering redraws while processing > mouse movement events. That'd be the first place to look > for trouble.
I suspect this is the same other problem you noted in my other question: overlaping widgets. In this case a Button on top of a widget that fills the window. Craig _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

