Re: NSTableView behavior change in Leopard
Re: NSTableView behavior change in Leopard
- Subject: Re: NSTableView behavior change in Leopard
- From: Aurélien Hugelé <email@hidden>
- Date: Mon, 29 Oct 2007 07:06:05 +0100
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.
Thanks,
Dave
_______________________________________________
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
Aurélien,
Objective Decision Team
_______________________________________________
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