Hi all,
In my application I have a main window with a few controls and 4 child windows each contain an image.

When I maximise one of the child windows to full screen (depending on which one) one or more of the other three stay in front. This is clearly a window order issue. Is there a way of creating them at the same level? I do not seem to be having any luck using orderFront or orderBack. Can someone point me in the right direction?

I create the window like this:

oneOfFourWindow = [[DCOMediaViewer alloc] initWithContentRect:oneOfOneImageRectClosed styleMask:NSTitledWindowMask|NSResizableWindowMask backing:NSBackingStoreBuffered defer:YES];


and set the child status like this
[appWindow addChildWindow:oneOfFourWindow ordered:NSWindowAbove];

Regards
Damien

"We act as though comfort and luxury were the chief requirements of life, when all that we need to make us happy is something to be enthusiastic about."

-- Albert Einstein




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to