Re: activating Delete menu item through binding
Re: activating Delete menu item through binding
- Subject: Re: activating Delete menu item through binding
- From: Quincey Morris <email@hidden>
- Date: Sun, 15 Apr 2012 12:06:05 -0700
On Apr 15, 2012, at 11:53 , Koen van der Drift wrote:
> Interestingly, the 'Select All' menu item that sits just under the Delete item (and both of them were already present when I started my project) works 'out of the box' for my NSTableView, I did not set any responders or do any validation, etc.
Because NSTableView implements the 'selectAll:' action, and a table view *is* a responder and it *is* in the responder chain.
(The reason for the difference is, of course, that the table view can select things using information it has available, but it can't delete things on its own.)
_______________________________________________
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