Re: Keeping NSWindow below all other windows
Re: Keeping NSWindow below all other windows
- Subject: Re: Keeping NSWindow below all other windows
- From: Sherm Pendley <email@hidden>
- Date: Sat, 3 Oct 2009 13:44:00 -0400
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