• 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: NSTableView behavior change in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView behavior change in Leopard


  • Subject: Re: NSTableView behavior change in Leopard
  • From: Corbin Dunn <email@hidden>
  • Date: Mon, 29 Oct 2007 10:04:34 -0700

Also, for what it's worth, the old way of ending editing was strange and inconsistent with the rest of the OS. Many apps overrode the "edit next row" behavior to do what it now does on Leopard. The "edit next row" is generally expected in spreadsheet type applications.

--corbin

On Oct 28, 2007, at 11:06 PM, Aurélien Hugelé wrote:

Look at

- (void)textDidEndEditing:(NSNotification *)notification
and in particular the NSTextMovement object, you'll know "how" the edition did end (tab, return etc...)


Good luck

PS: I hate the new tableview editing system in Leopard, Tiger tableview edition was much more intuitive and fluid.

On 27 oct. 07, at 22:32, email@hidden wrote:


I'm fairly new to Cocoa programming and have just installed Leopard and tried one of the small apps I wrote with Tiger. The issue is with editing cells in a NSTableView. Under Tiger when I would press return in a cell I was editing, it would start editing the cell below it. Under Leopard it selects the entire row below it with no cells selected for editing. Can anyone point me in the right direction to getting the Tiger behavior back under Leopard?


I tried opening IB and looking around, but didn't see anything obvious, but it has changed a lot since Xcode 2.0. I recompiled it under Leopard but that doesn't change anything.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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


References: 
 >NSTableView behavior change in Leopard (From: email@hidden)
 >Re: NSTableView behavior change in Leopard (From: Aurélien Hugelé <email@hidden>)

  • Prev by Date: Re: Core data model configuration & Leopard
  • Next by Date: Re: mouseUp: in TableView on Leopard
  • Previous by thread: Re: NSTableView behavior change in Leopard
  • Next by thread: Best Way to Rotate
  • Index(es):
    • Date
    • Thread