• 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 crash when it contains more number of records
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSTableview crash when it contains more number of records (From: "vibhatha v" <email@hidden>)
 >Re: NSTableview crash when it contains more number of records (From: apparao <email@hidden>)
 >Re: NSTableview crash when it contains more number of records (From: "vibhatha v" <email@hidden>)

  • Prev by Date: Re: Debugging Cocoa
  • Next by Date: Re: Cocoa and PICT
  • Previous by thread: Re: NSTableview crash when it contains more number of records
  • Next by thread: How to store the values of a NSForm in the user defaults as an array?
  • Index(es):
    • Date
    • Thread