Re: Editing in a tableview without selecting
Re: Editing in a tableview without selecting
- Subject: Re: Editing in a tableview without selecting
- From: Ben Haller <email@hidden>
- Date: Mon, 2 Nov 2009 06:49:25 -0500
On 1-Nov-09, at 11:44 PM, Kyle Sluder wrote:
On Sun, Nov 1, 2009 at 9:42 AM, Ben Haller <email@hidden
> wrote:
- (void)tableView:(NSTableView *)aTableView setObjectValue:
(id)anObject
forTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex
You might want to double-check that you didn't typo this in your data
source's @implementation.
Copied and pasted it right from the docs, just double-checked it
and it is correct. But editing doesn't even begin in my tableView; it
is not that I don't get a call to set the final value, the user never
even gets to do any editing. So unless NSTableView checks for the
presence of this method before beginning an editing session, I think
this would not be the problem in any case.
Ben Haller
Stick Software
_______________________________________________
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