Hello everybody,
I'm developing an application that uses a DockableBarDockableHolderPanel with a layout which has been created through Visual Designer. The layout is loaded through the loadInitialLayout method.
Now, I need to change dinamically different layouts on the same panel. That is, all the layouts have been created through Visual Designer and all of them have been saved as .ilayout files. What I need to do is to add and remove DockableFrame objects to/from the panel and load Visual Designer layouts accordingly.
For instance, if I push a button "A" a particular layout (ilayout file) with certain frames have to be loaded, if I push "B" a different layout and different frames need to be loaded...
Do you guys have any idea about it?