RE: tracking down a table column...
RE: tracking down a table column...
- Subject: RE: tracking down a table column...
- From: "Jon C. Munson II" <email@hidden>
- Date: Tue, 2 Dec 2008 11:33:15 -0500
- Organization: JTA Enterprises LLC
OK, I gave that a shot...got nada.
First, I got:
No symbol "id" in current context.
So, I took (id) out of the call.
Then I got:
Cannot access memory at address 0x0
I did try the call for the tableView, but got the same as "id" above.
Sorry, I'm a bit new to XCode...
Peace, Love, and Light,
Jon C. Munson II
"And Jesus looking upon them saith, With men it is impossible, but not with
God: for with God all things are possible." [Mark 10:27; KJV]
I sign "Peace, Love, and Light" for at least two reasons. First, it is my
truest desire for this planet and her people to live in Peace, with Love,
and in the Light of God. Second, to be an Ascended Master, one must Be. As
I wish to Be an Ascended Master (someday if not sooner), I must also Be -
thus I choose to Be Peace, Love, and Light as much as I can for everyone and
am therefore reflecting those thoughts to you.
-----Original Message-----
From: cocoa-dev-bounces+jmunson=email@hidden
[mailto:cocoa-dev-bounces+jmunson=email@hidden] On Behalf Of
Benjamin Stiglitz
Sent: Tuesday, December 02, 2008 10:33 AM
To: cocoa dev
Subject: Re: tracking down a table column...
> Im getting an ambiguous error in my log that I cant 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
>
> Id like to know to which column (in human terms) this error
> refers. I
> checked my stuff, cant 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
columns 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
_______________________________________________
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