Hello. I'm building a project currently using perspective. Version of the project is 8.3.4. I have an overview page created that is made on a coordinate container, to resemble a PID of the system. The window resizes nicely to 1920x1080 (resolution of desktop display). What I have been having a hard time trying to accomplish, is I need to make a permanent faceplate (a box with system control/buttons/objects inside the box) that pins itself to the right side of the display, no matter the screen size. This application won't be viewed from a mobile device, it will always be viewed from a monitor. no matter what I try to do, it seems to just load everytime from the position it is placed on in the development window. I've tried creating flex containers on the screen and forcing it to the right side, etc. nothing seems to work.
Two common approaches:
-
Make a docked view just for those controls, and assign it to the right edge of the page.
-
Nest the coordinate view in a horizontal flex container, and place the controls view after it. (This is probably what I would do.)