Re: First Responder
Re: First Responder
- Subject: Re: First Responder
- From: "Stephen J. Butler" <email@hidden>
- Date: Thu, 10 May 2012 18:49:28 -0500
On Thu, May 10, 2012 at 6:24 PM, koko <email@hidden> wrote:
> I have a menu item connected to an action in First Responder;
>
> The action exists in an NSView subclass.
>
> The subclass implements acceptsFirstResonder and return YES.
>
> The subclass implements validateMenuItem and return YES;
>
> When the menu displays the menu item is disabled (set to enabled in IB).
>
> Is this not the proper implementation?
Does your subclass implement the action that the menu item is looking
for? Your view subclass won't be chosen as the first responder if it
doesn't implement the action.
_______________________________________________
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