Popping Skia Renderers

hello all,

I’m playing with Skia a bit and I’m looking for best practices regarding “on the fly” window creation. For a test project I’m working on, I’d like to create some kind of Inspektor to edit properties of objects I’m creating in a Renderer.

My approach right now is to put a Process that has a Create (Skia Renderer) set on Create in an If region and trig that region with a shortcut (I’m just at the beggining, I would then add my text fields and stuff).

For some reason it works once, but soon as I close the generated window, it won’t open again, even if the shortcut fires in my main VL patch. Here’s a capture of my Inspektor process :

inspektor

Any advice on such a task ?

Thanks !

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.