On May 24, 2011, at 1:12 PM, code_dev wrote: > Hi list! I have a quartz composition file that I have a few parameters that > are being broadcast public. I'd like to grab control of some of those > parameters inside Xcode. I'm using xcode 4 and I already got the viewer > working. When I drag in the object qc parameter viewer it doesn't detect any > of the parameters my qc composition has. I'm totally new at this and I've > researched the documentation that apple has on quartz composer that wasn't > much help since I don't want to make a plugin but a full application from my > quartz file. Anyways, any help in this would be nice. Thanks!
Hi Danny, Sorry for the late reply. When you add the QCCompositionParameterView to your view, you'll need to connect it to the QCView that you want to control. Hold the control key and drag from the parameter view to the QCView and choose "compositionRenderer" to connect them up. It won't show the controls until you actually run the application. Let me know if you actually wanted to setValue:forKey: on your composition from inside the code since what I described is just for connecting the UI together. _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com