Customizing the SAS Windowing Environment |
SAS uses the following resources to determine the size of the session workspace, the gravity of the workspace, and the size of the windows.
Note: SAS requires at least 20 rows and 78 columns of internal window space. If you specify smaller dimensions for the SAS.maxWindowHeight , SAS.maxWindowWidth , SAS.windowHeight , or SAS.windowWidth resource, then SAS defaults to these minimum values.
controls the policy for resizing the application workspace (AWS) windows as interior windows are added and removed. Possible values include the following:
The default is grow.specifies the maximum height of a window. The unit of measure is specified by the SAS.windowUnitType resource. The default is 95.
specifies the maximum width of a window. The unit of measure is specified by the SAS.windowUnitType resource. The default is 95.
controls whether each of your application's windows appears in its own native window rather than in an application workspace (AWS). The default is False, which confines all windows displayed by an application to a single AWS window.
specifies the size of the scroll bars in pixels. The default is 17.
specifies in which region of the screen that SAS attempts to place its windows. Possible values include the following:
NorthWestGravity |
NorthGravity |
NorthEastGravity |
WestGravity |
CenterGravity |
EastGravity |
SouthWestGravity |
SouthGravity |
SouthEastGravity |
specifies an X (horizontal) offset to be added when SAS attempts to place a window in the gravity region. The default is 0.
specifies a Y (vertical) offset to be added when SAS attempts to place a window in the gravity region. The default is 0.
specifies the default height of a window. The unit of measure is specified by the SAS.windowUnitType resource. The default is 50.
specifies the unit of measure for the SAS.windowWidth , SAS.windowHeight , SAS.maxWindowWidth , and SAS.maxWindowHeight resources. Possible values include the following:
The default is percentage.specifies the default width of a window. The unit of measure is specified by the SAS.windowUnitType resource. The default is 67.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.