Sizing the window
Open the Composition Editor on a new visual part and lay out parts like those in the window pictured in the previous section. Don't bother trying to line them up nicely now. We'll do that later in this section.
The window part itself has to have an initial default size. You want to ensure this size is no larger than the smallest resolution monitor you support, typically VGA resolution, or 640 x 480 pixels.
To do so, open the settings of the window part itself. Then, select the framingSpec property and the ... push button. The settings for sizing and positioning a window look similar to this:
Framing Spec window
Ensure the Width is less than or equal to 640 and the Height is less than or equal to 480, or the smallest width and height resolution you support.
With this and any other settings page, select OK when you are done changing all the settings. This makes the settings take effect.
Tip icon
To make the window open at the operating system's next default position, remove the text from the X and Y coordinate entry fields. To make the window the minimum size necessary to have all of its children visible, remove the text from the Width and Height entry fields.
Alternatively, you can use Proportional grid to change the scale of views.
Last modified date: 05/14/2020