Re: How to: NSPopover Refuse First Responder?
Re: How to: NSPopover Refuse First Responder?
- Subject: Re: How to: NSPopover Refuse First Responder?
- From: Graham Cox <email@hidden>
- Date: Thu, 21 Mar 2013 14:44:06 +1100
On 21/03/2013, at 12:53 AM, Brad Stone <email@hidden> wrote:
> How can I have a popover appear but have the NSSearchField never relinquish it's firstResponder status or have the NSPopover refuse firstResponder?
I think you'll need to ensure that none of the views in the popover accept first responder, which is a pain to do (and if they need to become first responder under some circumstances, might be impossible in the current implementation).
File a bug asking for something like -becomesKeyOnlyIfNeeded on NSPopover. The API is currently too limited.
--Graham
_______________________________________________
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