Hi,

I'm using fleckdock and have several views in my application.
On view serves as a browser for the available views: when I select one entry from a list the corresponding view shall be opened next to the view with the list. It works when I define the initial layout in a PerspectiveFactory. But when I don't define it the views will be just displayed on top of the current view, which is in my case the one with the list.
Can I configure the framework so that I can say where a flexdock view shall be opened, for instance east to the view, which has the current focus?

Thanks in advance!