a drawer + parent group only exist when the drawer is open, i.e.,
it is the attributes of the parent which is the issue.
Correct.
I ran into one bug though: When the parent + drawer + overlay is
in the group, and I close the drawer(manually), the window group
does no longer work correctly(it does not move together and z-order
is upset) :-( : either the group is destroyed (less likely due
to retain count) or the drawer reset the attributes of the group.
Probably the drawer code is incorrectly clearing some attributes of
the group. That does sound like a bug; can you file it and let me
know the bug number?
Would the correct work around be to: set attributes of the group
of the overlay window back to kWindowGroupAttrMoveTogetherm,
kWindowGroupAttrLayerTogether, kWindowGroupAttrHideOnCollapse, and
kWindowGroupAttrSharedActivation. or .... ?
That sounds reasonable. You could do that in response to a
kEventWindowDrawerClosed event.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden