Select to view content in your preferred language

Group DockPanes Together but Floating, not docked to the Left

280
0
11-14-2023 07:16 AM
KrisCulin
Occasional Contributor

Hello,

Our application has about 27 dock panes that can be opened by our users.  

These are typically grouped together where they relate to each other so they are easier to find when open.

In our daml file, we are using dock="group" and dockWith="id" where "id" is the id of our dockPane.  However, the dock panes open docked to the left by default.  

Questions:

  1. Can we open the dock pane floating by default but also grouped together so that common panes are tabbed but floating?  For example, I have dock panes "Dock1", "Dock2", and "Dock3".  I want them floating but docked together when they are initially opened.  If I use dock="group" they get docked together but they are docked to the left by default.  If I set dock="float" they open floating but not docked together even though dockWith is set.
  2. Is there a way to reset the layout that was saved in a previous session of AGP so on the next open (or even in the current session), the default settings of the dock pane are used from the daml file?

It feels like this used to work but regressed in AGP 3.x but I can't say for sure.

TIA,

Kris

0 Replies