• 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: Changing the sequence of editing cells in NSTableView/NSOutlineView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the sequence of editing cells in NSTableView/NSOutlineView


  • Subject: Re: Changing the sequence of editing cells in NSTableView/NSOutlineView
  • From: George Orthwein <email@hidden>
  • Date: Fri, 18 May 2007 00:21:31 -0400

This should do it:
http://www.cocoabuilder.com/archive/message/cocoa/2002/11/1/70749

On May 17, 2007, at 11:04 PM, Doug Knowles wrote:

The problem is that table/outline views want to open the "next" cell
for edit on tab or return.  The view code does this by traversing the
cells in the view in column or row order (depending on what key closed
the edit), invoking outlineView:shouldEditTableColumn:item: on each
until the delegate returns YES.

I was recently trying to decipher this behavior to allow tabbing to non-text based cells. Only the text-based cells invoked shouldEditTableColumn though. I'm still looking for pointers if anyone's interested. :)
http://www.cocoabuilder.com/archive/message/cocoa/2007/5/11/183095


George

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Follow-Ups:
    • Re: Changing the sequence of editing cells in NSTableView/NSOutlineView
      • From: "Doug Knowles" <email@hidden>
References: 
 >Changing the sequence of editing cells in NSTableView/NSOutlineView (From: "Doug Knowles" <email@hidden>)

  • Prev by Date: Changing the sequence of editing cells in NSTableView/NSOutlineView
  • Next by Date: gif animation under a blocking
  • Previous by thread: Changing the sequence of editing cells in NSTableView/NSOutlineView
  • Next by thread: Re: Changing the sequence of editing cells in NSTableView/NSOutlineView
  • Index(es):
    • Date
    • Thread