Thanks Troy, the view was correctly bound to the PatchController with
the controller key set to patch.
I finally got it to work by using id instead of NSObjectController
IBOutlet id patchController;
Thanks for your help....
On Mar 4, 2008, at 10:29 AM, Troy Koelling wrote:
All of that is correct, and I just now verified that it is working.
Do you have your view bound to the patch controller with keypath
"patch"?
On Mar 3, 2008, at 6:50 PM, Bob Cober wrote:
I am using a QCPatchController bound to a QCView. The hosted
composition has some published imports that I want to set
programmatically. The import is named questionString.
I have an outlet to the QCPatchController configured as :
IBOutlet NSObjectController *patchController;
I have tried to set the value of the input with:
[patchController setValue:@"test"
forKeyPath:@"patch.questionString.value"];
but I get
[<NSObjectController 0x1981e0> valueForUndefinedKey:]: this class
is not key value coding-compliant for the key patch.
Thanks in advance for any help or debugging advice...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list ([email protected]
)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/tkoelling%40apple.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]