I use GetWindowBounds to assure that the window will not overlap
the dock when it is maximized, but whenever
the icons in the dock are magnified, they slide under the dock.
Likewise, if I drag a non-maximized window into
the dock's area, the application window overlaps the dock. Well
behaved applications slide under the dock in
both of these cases. I read a little about Z order in Cocoa. Is my
problem somehow related to Z order? Is there
any way to control Z order in Carbon?
I tried the documentation on Apple dev, but I'm stuck. I would
appreciate any help you can give.
You're using the wrong window class or window level for your
windows. Regular windows are kDocumentWindowClass or similar, and
those window types stay behind the dock.
Cheers,
-- M. Uli Kusterer
"The Witnesses of TeachText are everywhere..."
_______________________________________________
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