Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
X Window Managers |
All window managers perform the same basic functions, but they differ in their style and in their advanced functions. The appearance and function of the interface to SAS depends to some extent on your X window manager. Most window managers provide some kind of frame around a window. The window manager also governs the placement, sizing, stacking, and appearance of windows, as well as their interaction with the keyboard.
SAS Window Session ID |
When
you run the SAS System on an X workstation, the SAS System shares the display
with other X applications, including other SAS sessions. To enable you to
distinguish between different applications and SAS sessions, the SAS System
generates a SAS window session ID for each session by appending a number to
the application name, which by default is
SAS
. This session ID appears in the window title bar for each SAS window
and in the window icon title. The SAS sessions are assigned sequentially.
Your first SAS session is not assigned a number, so the session ID is
SAS
; your second SAS session
is assigned the session ID
SAS2
; and so on. Although the default application name is
SAS
, you can use the
-name
X option to change the instance name. The instance name can be
up to six characters long.
Workspace and Gravity in a SAS Session |
If you issue windowing commands or execute SAS System procedures that create new SAS window, the same rules of initial position and size apply to these windows: they are initially placed in the SAS AWS. You can use the WSAVE command to save the current window positions (or geometry). For details, see Customizing Session Workspace, Session Gravity, and Window Sizes.
Window Types |
Interior windows behave differently than primary windows. SAS/ASSIST software is an example of an application with interior windows. Interior windows are contained within container windows, which may or may not be primary windows. Sample Interior Window shows an interior window in SAS/ASSIST software.
The SAS System provides some degree of window management for interior windows. Specifically, interior windows have the following sizing and movement capabilities:
SAS.awsResizePolicy
resource. (The space within the container window is the application workspace,
which is described in Workspace and Gravity in a SAS Session.)
For more information, see Using X Resources to Customize the Motif Interface.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.