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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Benjamin Stiglitz
Sent: Tuesday, December 02, 2008 10:33 AM
To: cocoa dev
Subject: Re: tracking down a table column...

> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/jmunson%40his.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to