Re: Beginner problem with multiple NSTableView
Re: Beginner problem with multiple NSTableView
- Subject: Re: Beginner problem with multiple NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 20 Jan 2005 15:29:19 -0800
On Jan 20, 2005, at 3:19 PM, James Housley wrote:
[<Feeds 0x3db5e0> valueForUndefinedKey:]: this class is not key value
coding-compliant for the key itemlist.
This means exactly what it says -- for some reason an instance of Feeds
is being sent a message 'valueForKey:@"itemlist"'. The first question
might be, have you misspelled the variable name (e.g. should it be
"itemList") -- perhaps you've entered it incorrectly in the column
identifier in the tableview? Otherwise, how have you implemented your
data source methods (i.e. what's the code for –
tableView:objectValueForTableColumn:row:)?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden