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 10:43:08 -0600
On Aug 3, 2006, at 7:58 AM, Paul Verity wrote:
I used some code that meant subclassing NSTableView and overriding:
- (void)textDidEndEditing:(NSNotification *)notification;
I later saw that I could register to
NSControlTextDidEndEditingNotification's. So I then tried to
implement the same thing - thinking that I could provide the
behaviour I wanted for all tables in my application and without
having to subclass NSTableView.
That can't be done; you must subclass NSTableView and override its
delegate method.
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