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/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]