Re: NSTableview crash when it contains more number of records
Re: NSTableview crash when it contains more number of records
- Subject: Re: NSTableview crash when it contains more number of records
- From: mmalc crawford <email@hidden>
- Date: Thu, 9 Aug 2007 22:28:29 -0700
On Aug 9, 2007, at 8:38 PM, vibhatha v wrote:
If i have around 100+ records in my table view, it crashes when i
try to scroll down my table view.
I am using bindings to populate the table view.
[...]
[<NSCFString 0x403420a4> valueForUndefinedKey:]: this class is not
key value
coding-compliant for the key value
Umm, then something is asking a string for valueForKey:@"value".
Check the bindings for the table columns and see where there is a
".value" where there shouldn't be.
(Or where ".value" appears but the preceding keypath is yielding a
string instead of an object with a property called "value".)
mmalc
_______________________________________________
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