Docked window views

I have a docked view on the west side of my main screen that opens with a button. I would like this docked view to sit over the main screen rather than resize it is there a way to do this? If not, would using a popup window work, and how would I get that to work on multiple different sized screens

Have you tried setting it to cover instead of push in the dock settings?

They've tagged this as vision, not perspective, unless that was an accident.

For vision, you'd need to use a popup window and define a listener to watch for screen resizing and use that to snap to the preferred side and stretch the window to fill that side. You'd need to disable the popup borders, resize option, and titlebar so that it would appear seamless.

There doesn't appear to be any out of the box way to have the docked window not affect the main window size.

1 Like