Re: sheet not receiving all events?
Re: sheet not receiving all events?
- Subject: Re: sheet not receiving all events?
- From: Torsten Curdt <email@hidden>
- Date: Sat, 17 Sep 2011 12:38:12 +0200
>> Any ideas why that is the case? A bug?
>
> From the NSWindow docs:
>
>> canBecomeKeyWindow
>> Indicates whether the window can become the key window.
>>
>> - (BOOL)canBecomeKeyWindow
>> Return Value
>> YES if the window can become the key window, otherwise, NO.
>>
>> Discussion
>> Attempts to make the window the key window are abandoned if this method returns NO. The NSWindow implementation returns YES if the window has a title bar or a resize bar, or NO otherwise.
Wasn't aware of that depends on the title bar and resize bar.
Thanks, Ken!
_______________________________________________
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