Re: [Q] am I allowed to call NSTableDataSource informal protocol methods myself?
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.