I have a simple page configuration set up with docked top view with a height of 58px and an "on demand" left dock for my menu. All of my full screen "views" are coordinate container views set to a size of 1920 x 1022 (to account for the header). When I try to view the session, it seems to be "compressing" the full screen to account for something else on the right and bottom of the screen, but nothing is configured to dock there. The header extends the full 1920 pixels, but the main screen doesn't. I am sure I am overlooking something quite simple but it has me stumped.
What are your settings for the shared page configuration for your left dock (Menu Vertical)?
I think this is what you're trying to do.
I made a header view and added it to shared settings as the header dock. I made a view for the side dock and set it up in the shared settings. I gave them different bg colors so it was clear where they lived.
These are the settings I used in this example:
Then I just made a coordinate view with a map component on it. I set the map component to 0,0 for x,y. Height and Width set to 100% so it auto fills whatever view space is available.
Is that what you're trying to do?
Not really. My side dock has same settings as yours except it's is set to "cover" and Modal is checked. The full screen view doesn't fill the screen regardless of whether the menu is visible or not. It never "adjusts".
I have done another application this same way with fixed sizes of 1920x1022 for the full screen views and it works fine. I must just be missing something.
Appreciate the quick response!! Thank you.
What version of Ignition? Mine is 8.1.44
Edit:
If memory serves, 8.1.44 updated the version of the perspective client launcher to the latest which made some things that didn't work in earlier versions. I don't know if this impacts docked windows. I know it impacted SVGs
You could try creating a Flex container view and placing a Coordinate container inside of the root container, then set the grow property to 1. Inside of the coordinate container you would then place your map component and follow this:
This should fit on the full screen regardless of the docked view configuration.