• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Navigating a TableView: A Solution
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: RE: What framework & language is good for an old C++ mule.
  • Next by Date: Re: Embedding image data
  • Previous by thread: Re: Navigating a TableView: A Solution
  • Next by thread: Re: Navigating a TableView: A Solution
  • Index(es):
    • Date
    • Thread