The main part of my sketch is a control window with 4 tabs all consisting of CP5 sliders and buttons, I also have a separate 3D view window using Proscene which the user interacts with. Each of these elements I have working on thier own, i.e. if I just have a sketch with the (2D) Control window all works fine, If I have a sketch with just the 3D view interactive view then that works fine.
The problem is combining the two, I can't seem to find the correct way to "start up" the second window which is the P3D window. Are there any simple examples anywhere that show this sort of multi window mixed 2d and 3d setup ? I have tried to follow the ControlP5Frame example, whilst that kind of works in that it draws my controls, none of the functions connected to those controls continue to work. Sure I'm missing something very basic here :)