Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
- Subject: Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
- From: Andy Lee <email@hidden>
- Date: Fri, 14 May 2010 07:51:13 -0400
Just a guess -- I'm looking at a xib file and I see this line:
<int key="NSWindowStyleMask">15</int>
Maybe you could grep your xib's for NSWindowStyleMask, look at the output, and AND the values with 0x10.
--Andy
On May 14, 2010, at 7:29 AM, Gideon King wrote:
> I obviously have the utility style mask set on a window somewhere in one of my nibs, but I have 40 nibs in my project and it would take ages to go through every one of the windows in every nib to find the culprit. Is there some way I can search in my xib files, or set a breakpoint in my code so that I can shortcut the process of identifying the window causing this?
>
> Thanks
>
> Gideon
>
>
>
>
>
> _______________________________________________
>
> 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
_______________________________________________
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