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 12:04:36 -0600
The lowest constant I could find was 0 (NSNormalWindowLevel) and it
still positioned itself above other windows. Is there a constant for
-1 ?
On 2009-10-03, at 11:44 AM, Sherm Pendley wrote:
On Sat, Oct 3, 2009 at 1:32 PM, PCWiz <email@hidden> wrote:
On 2009-10-03, at 10:44 AM, Ron Fleckner wrote:
[myWindow setLevel:<anNSWindowLevelConstant>];
check the docs.
Thanks, setting the window level to -1 worked :)
Don't do that. Magic numbers are considered very poor programming:
<http://en.wikipedia.org/wiki/Magic_number_(programming)#Unnamed_numerical_constants
>
As Ron suggested - use one of the window level constants that are
described in the docs. That's why they're there!
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
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