Re: Navigating a TableView: A Solution
Re: Navigating a TableView: A Solution
- Subject: Re: Navigating a TableView: A Solution
- From: Peter Bates <email@hidden>
- Date: Mon, 13 Mar 2006 07:07:13 -0700
Matt, following up on your suggestion, I've been experimenting with -
(BOOL)textView:(NSTextView *)aTextView doCommandBySelector:(SEL)
aSelector.
I expected to be able to respond to it in my tableView subclass,
since it is the field editor's delegate, but discovered that the
tableView sends this message, which must be responded to by the
tableView's delegate. So to implement this strategy, I might not
subclass NSTableView at all, but just provide a delegate object for
the tables. Is my understanding correct to this point?
Thanks,
Pete
_______________________________________________
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