I have created quite a complicated interface with loads of nested jucer components. This was working ok with the previous version of the Jucer but now that i load those files in Jucer version 1.39 it does not correctly recognize the jucer components that were positioned. It just does not display them even after pointing to the Jucer file again.
Also when I place a viewport (with a Jucer content component) on a component that i originally created with an older version it does not create the MyViewport->setViewedComponent (new BlahComponent()); code.
Only if i create a new component and add a viewport is this code generated correctly.
Please do not tell me i should recreate everything with the new Jucer!