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: Gideon King <email@hidden>
- Date: Fri, 14 May 2010 22:44:57 +1000
Found it -
find . -name "*xib" -print -exec grep NSWindowStyleMask {} \;
was my friend.
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