Re: Keeping NSWindow below all other windows
Re: Keeping NSWindow below all other windows
- Subject: Re: Keeping NSWindow below all other windows
- From: PCWiz <email@hidden>
- Date: Sat, 3 Oct 2009 11:32:00 -0600
Thanks, setting the window level to -1 worked :)
On 2009-10-03, at 10:44 AM, Ron Fleckner wrote:
On 04/10/2009, at 3:12 AM, PCWiz wrote:
Hi,
I have a full screen borderless NSWindow. The problem is that it
covers all other windows (Finder windows and app windows). How do I
make it so that the window is kept below ALL other windows.
Thanks
[myWindow setLevel:<anNSWindowLevelConstant>];
check the docs.
_______________________________________________
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