quartz-composer

Use Half of QCView

I feel like this should be a simple issue, but I can't figure it out. I have a QCView in my app. When I display it normally, it looks like this: QCView. But, I only want to see the top half of it, because on the bottom half I want to see what is on the NSView under it. When I try to do this, I get this: QCView Half. How can I get it to ...

forKeyPath troubles with Quartz Composer and MacRuby

Hi All, I am having some issues with setting values using MacRuby and Cocoa. I have the inserted the QCView and the QCPatchController into the XIB and loaded the composition into the QCPatchController. Everything is running but I cannot access the published inputs on the QCView. attr_accessor :myQCView #this is bound to the QCControlle...