On May 28, 2007, at 11:38 AM, Jerry Krinock wrote:
Well, after after getting my first window to work using bindings in
Tiger, I get the following error when the window loads in Panther:
[<NSTableColumn 0xXXXXXXXX> valueForUndefinedKey:]: this class is
not key value coding compliant for the key enabled.
Have you bound the table column itself, or bound something *to* the
'enabled' key of the table column?
So, I surmise from this error that such a binding was not supported
in Panther. But I looked in the API documentation of NSTableColumn,
its superclass and protocols, and find that the 'enabled' attribute
is not documented. So, I further surmise that NSTableColumn
'enabled' is one of those magical "bindings-only" attributes
invoking some Apple-private API.
But I'm not sure because I searched the release notes,