I have an application originally written for the 10.5 SDK. The app
presents a document modal sheet (owned by a separate
NSWindowController subclass) which contains an NSPredicateEditor.
Starting with the move to OS X 10.6, I am getting the following
exception when calling setObjectValue: on the predicate editor
instance from within my window controller subclass:

[<_NSRuleEditorViewUnboundRowHolder 0x1005ccf50>
valueForUndefinedKey:]: this class is not key value coding-compliant
for the key boundArray.

I have verified that the nib containing the window has been loaded
correctly and that the object value I'm trying to set is a valid
NSPredicate. Since my app uses several custom row templates, I removed
the call to setRowTemplates and put some generic row templates in the
editor via Interface Builder. I still receive the same error.

I am *not* able to replicate this error with a small test project,
hence the problem is clearly in my code, but I am lost in tracking
down the source of the problem. Has anyone come across this issue
and/or have a suggestion for where to start?

Any help greatly appreciated.

Thanks,
Barry
_______________________________________________

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 arch...@mail-archive.com

Reply via email to