• 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 in-line editing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView in-line editing


  • Subject: Re: NSTableView in-line editing
  • From: Graham Cox <email@hidden>
  • Date: Wed, 26 Nov 2008 00:29:04 +1100


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 (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 in-line editing (From: 양승준 <email@hidden>)
 >Re: NSTableView in-line editing (From: Jean-Daniel Dupas <email@hidden>)
 >Re: NSTableView in-line editing (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: NSTableView in-line editing
  • Next by Date: Re: NSTableView in-line editing
  • Previous by thread: Re: NSTableView in-line editing
  • Next by thread: Re: NSTableView in-line editing
  • Index(es):
    • Date
    • Thread