Re: NSTableView and End Editing notifications
Re: NSTableView and End Editing notifications
- Subject: Re: NSTableView and End Editing notifications
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 3 Aug 2006 12:56:21 -0600
On Aug 3, 2006, at 12:36 PM, Paul Verity wrote:
Given that the notification object gives me a reference the the
TableView that posted the notification, how come I can't implement
the behaviour via a notification?
Because you must override NSTableView's internal handling of the
delegate method and send a modified NSNotification back to the
superclass' implementation in order to get the desired effect. Just
listening for the notification will not override NSTableView's
internal handling of the delegate.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden