On 26 Nov 2008, at 12:23 am, Graham Cox wrote:

-(void)tableView:(NSTableView *)aTableView
setObjectValue:anObject
objectValueForTableColumn:(NSTableColumn *)aTableColumn
row:(int)rowIndex



Actually, that's it...

the method name has a rather major typo. It should be

-tableView: setObjectValue: forTableColumn: row:

You have:

-tableView: setObjectValue: objectValueForTableColumn: row:

in Cocoa, you only get full marks for spelling, and zero for anything else ;-)

--Graham
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to