> I've come across some odd behavior with windows as subwindows, when
> trying to show/hide or add/remove the subwindow. The subwindow remains
> invisible until the containing window is resized. When I replace the
> subwindow with a group, I get the behavior I expect. My understanding
> is that behavior should be identical in this case.
> 
> I've reproduced this under both FLTK 1.3.2 and 3 from a recent svn
> checkout, under OS X 10.6.8.


Hmm - do you *really* need to use a sub-window rather than a group here?

The reason I ask is that OSX doesn't really have sub-windows per se, and we are 
kinda faking it. And it doesn't always work as well as we'd like (Matthias or 
Manolo may have a better idea about this...)

So... I've had code in the past that worked nicely on WinXX and Linux with 
subwindows, but was a bit flaky under OSX. Though that was a while back and it 
may have been fixed in the meantime, though it does sound like you are hitting 
similar issues here.

I assume your code is fine on WinXX / Linux hosts then?


********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to