What to use as a StackStation with common module?

Hi,

I’m using common library and would like to have a StackStation.

I notice the CWorkingArea, but it doesn’t allow dockables to[SIZE=2] [COLOR=black]be dragged out of it and external dockable to be dropped in.[/COLOR][/SIZE]

Any advice/example on what to use to create a StackStation which allow external dockable to be dropped in?

Thank you

  1. You can use a CGridArea: it behaves the same way as a CWorkingArea, but Dockables can be moved away from it.

  2. Neither a CWorkingArea nor a CGridArea behave like a stack. However there can be one or many stacks inside of a CWorkingArea/CGridArea.

  3. If you want to stack Dockables you just give them the same location. If using CLocation check out the methods “aside” and “stack” (which is not available on all CLocations). If using a CGrid just use the same location and size for the Dockables.