• 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: tracking down a table column...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tracking down a table column...


  • Subject: Re: tracking down a table column...
  • From: Benjamin Stiglitz <email@hidden>
  • Date: Tue, 2 Dec 2008 10:33:12 -0500

I’m getting an “ambiguous” error in my log that I can’t readily resolve.

The error is:

Cocoa bindings error: Error accessing bound property of object
<NSTableColumn 0x196370>: [<NSTableColumn 0x196370> valueForUndefinedKey:]:
this class is not key-value coding compliant for the key value


I’d like to know to which column (in human terms) this error refers. I
checked my stuff, can’t see the issue right off. Everything seems to work
fine as well.

If you can break in the debugger, you should be able to get the column’s identifier using
po [(id)0x196370 identifier]


and the column number with
po [tableView columnWithIdentifier:[(id)0x196370 identifier]]

-Ben_______________________________________________

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


  • Follow-Ups:
    • RE: tracking down a table column...
      • From: "Jon C. Munson II" <email@hidden>
References: 
 >FW: tracking down a table column... (From: "Jon C. Munson II" <email@hidden>)

  • Prev by Date: Cocoa replacement for SetWindowModality
  • Next by Date: Re: best way to add transitions
  • Previous by thread: FW: tracking down a table column...
  • Next by thread: RE: tracking down a table column...
  • Index(es):
    • Date
    • Thread