• 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: [Q] am I allowed to call NSTableDataSource informal protocol methods myself?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] am I allowed to call NSTableDataSource informal protocol methods myself?


  • Subject: Re: [Q] am I allowed to call NSTableDataSource informal protocol methods myself?
  • From: Clark Cox <email@hidden>
  • Date: Thu, 29 Apr 2004 11:46:49 -0400

On Apr 29, 2004, at 11:19, Peter.Teeson wrote:

then in one of the methods I would like to get the contents of a cell
so I thought to send the following message:

tempDelimitedString = [passwordRecords
objectValueForTableColumn:[tableView
tableColumnWithIdentifier:@"macAddress"]:[tableView selectedRow]];

But I get the following Warnings when building:

MyDocument.m:130: `PasswordsDataSource' may not respond to
`-objectValueForTableColumn::'
MyDocument.m:130: cannot find method `-objectValueForTableColumn::';
return type `id' assumed

The method is "- (id)tableView:objectValueForTableColumn:row:", not "-objectValueForTableColumn::"

--
Clark S. Cox III
email@hidden
http://homepage.mac.com/clarkcox3/
http://homepage.mac.com/clarkcox3/blog/B1196589870/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >[Q] am I allowed to call NSTableDataSource informal protocol methods myself? (From: "Peter.Teeson" <email@hidden>)

  • Prev by Date: Re: Localised capitalisation?
  • Next by Date: Re: Non-Specific Linker Errors
  • Previous by thread: [Q] am I allowed to call NSTableDataSource informal protocol methods myself?
  • Next by thread: RE: [Q] am I allowed to call NSTableDataSource informal protocol methods myself?
  • Index(es):
    • Date
    • Thread