• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
      • From: Gideon King <email@hidden>
References: 
 >Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error (From: Gideon King <email@hidden>)

  • Prev by Date: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
  • Next by Date: Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
  • Previous by thread: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
  • Next by thread: Re: Finding which window is causing the "NSWindow does not support utility styleMask 0x10" error
  • Index(es):
    • Date
    • Thread