Hello,
I have now a CGrid grid = new CGrid(control); And I add SingleCDockable as in grid.add(x, y, w, h, dockable);. How can I set that a SingleCDockable should have the initial minimized position for example in the west? Because as for now all Docks in my app have the initial minimized position to the north.
Furthermore, how can I add later new SingleCDockable to the CGrid? I think I need to use control.getContentArea().getCenterArea() but I’m not quite sure how.
One feature that may be interesting for you: the method “CDockable.setLocationAsideFocused()” automatically sets the location of a Dockable to be close to the Dockable that currently has the focus.