PROIV Developer Workspace can dynamically resize to fit a range of screen sizes. You can select a screen size from a range of sizes, or enter your own dimensions and the screen resizes automatically.

This functionality can be configured in two ways:

  1. Via General Options on the Developer Options window.

  2. In logic with the Session object's SetScreenSize method, Session.SetScreenSize(#Rows,#Columns). You can set the screen size anywhere but it only takes effect when the next top-level (i.e. not Global) function is run.

Note: If the Auto Fit to Font option is enabled on the View menu on the main PROIV Workspace, the PROIV Client will resize to the new size if the screen resolution is large enough to accommodate it.

Section links:

General Options enables the configuration of the PROIV Developer workspace screen size.

SetScreenSize explains how to use the SetScreenSize method to configure the PROIV Developer workspace size in logic.

 

Comment on this topic

Topic ID: 500535