On Mar 23, 2007, at 11:37 AM, M. Uli Kusterer wrote:
Hi,
I have several window groups in my application, and want to send
another window in an outer group behind a window in one of the sub-
groups. However, for some reason SendBehind() always sends the
window behind *all* windows. Anyone have an idea why it would do
that, and how I could prevent it? An example:
It's probably just a bug. The behavior of the Window Manager when
you're intermixing both windows and groups containing windows is
sometimes ill-defined, and this is probably a case that has not been
well-tested.
You might just get this to work if you created a temporary window
group with the same parent as WindowGroup1 and 2, placed
SeparatorWindow into your temp group, used SendWindowGroupBehind to
move your temp group behind WindowGroup1, and then moved
SeparatorWindow back into the parent group of your temp group and
destroyed the temp group.
Please file a bug about this case too.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden