FW: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
Namaste! 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

Re: tracking down a table column...

2008-12-02 Thread Benjamin Stiglitz
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

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
. -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

Re: tracking down a table column...

2008-12-02 Thread Benjamin Stiglitz
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. Did you paste the lines exactly as they were, or

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
therefore reflecting those thoughts to you. -Original Message- From: Benjamin Stiglitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 11:50 AM To: [EMAIL PROTECTED] Cc: 'cocoa dev' Subject: Re: tracking down a table column... OK, I gave that a shot...got nada. First, I got

Re: tracking down a table column...

2008-12-02 Thread Corbin Dunn
Do you have an identifier set for each column? Verify by looking in IB. Then repeat Ben's steps. (Also, I think the (id) is unnecessary). corbin Le Dec 2, 2008 à 8:57 AM, Jon C. Munson II a écrit : I used the then-current hex vals. Peace, Love, and Light, Jon C. Munson II And Jesus

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
therefore reflecting those thoughts to you. -Original Message- From: Corbin Dunn [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 12:25 PM To: [EMAIL PROTECTED] Cc: 'Benjamin Stiglitz'; 'cocoa dev' Subject: Re: tracking down a table column... Do you have an identifier set for each

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
those thoughts to you. -Original Message- From: Corbin Dunn [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 2:21 PM To: [EMAIL PROTECTED] Cc: 'Benjamin Stiglitz'; 'cocoa dev' Subject: Re: tracking down a table column... Le Dec 2, 2008 à 11:11 AM, Jon C. Munson II a écrit

RE: tracking down a table column...

2008-12-02 Thread Jon C. Munson II
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon C. Munson II Sent: Tuesday, December 02, 2008 2:47 PM To: 'Corbin Dunn' Cc: 'cocoa dev' Subject: RE: tracking down a table column... OK, nevermind that last message... I found it. I undid the bindings for the table column and found a rogue