How to make modal window appear on the screen (not in background) ?
How to make modal window appear on the screen (not in background) ?
- Subject: How to make modal window appear on the screen (not in background) ?
- From: Vojtěch Meluzín <email@hidden>
- Date: Tue, 01 Nov 2011 16:36:38 +0100
Hi,
I'm using NSApp runModalForWindow to display a modal window, but it appears
in background. Also as a response to some action in the window there may be
additional modal window shown, so kind of a nested runModalForWindow. In
that case the new window, which should be in front doesn't appear in front,
but behind the first window and is show when I click to the background
window (it's probable that that's caused by me calling NSWindow
makeKeyAndOrderFront).
So how to make this behave correctly?
Thanks,
Vojtech
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden