Stan wrote:
> On my system at least, when the fl_alert dialog pops up it
> partly obscures the "Your Message Here" label.  Then, when
> the dialog is dismissed, the part of the label that was covered
> by the dialog isn't redrawn.  Iconizing then de-iconizing the
> window restores it.

        It would probably be best to see a compilable example,
        complete with the xywh values you have for both groups,
        and the parent window.

        Include the #include's as well, so we can copy/paste/compile.

        Offhand, sometimes redraw problems are due to the relative
        size/position of the widgets, eg. child widgets trying to draw
        outside of their parent's xywh bounds, in which case just adjusting
        the xywh values can fix the problem.

        Labels show this in particular, because they can draw
        outside the widget's own boundaries if the align() values
        indicate it should draw outside (default) instead of inside 
(FL_ALIGN_INSIDE).

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to