Thanks, I actually got my QCView code working with the input &
output ports working (the problem was I didn't have the patch and
value prefix and postfix). However, for my QCRenderer
implementation it doesn't work. I do know that my composition
works, but this is what I get.
2006-01-23 13:13:24.562 uic[1582] Exception raised during posting
of notification. Ignored. exception: [<QCRenderer 0x33d1f0>
addObserver:<Screen 0x32d2d0> forKeyPath:@"patch.imageClickA.value"
options:0x0 context:0x0] was sent to an object that is not KVC-
compliant for the "imageClickA" property.
Actually, that's right, the QCRenderer object is not KVC compliant:
only the QCPatchController is