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 (Cocoa-dev@lists.apple.com)
> 
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/aglee%40mac.com
> 
> This email sent to ag...@mac.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to