SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-129
WINDOW
shift-production
specifies a string expression containing SeeView statements that are executed
when you select a window by pointing the cursor to the window and pressing
Shift-Return. Shift-Return causes the shift production to be executed.
If the Shift-Return key is to invoke the shift production of a nonmenu window,
you must include the key in the KEYS option specification. For example:
KEYS BODY SRETURN, F5, F6;.
Conceptually, Return and the KEYS option fkey-list is analogous to a mouse
click and invokes the default production. Shift-Return is analogous to a double-click
and invokes the shift production.
PROTECT
indicates that you cannot access the menu text with the cursor. This option is the
default for a window with a menu and protects text from being accessed by the
cursor.
NOPROTECT
lets you use the cursor to access menu text. This advanced feature allows the
cursor to access the menu text.
SILL
specifies that the window has a sill. A sill is an input area at the foot or base of the
window where you can enter commands and press Return to send them to the
object associated with the window.
Specify SILL for a menu window to allow the sill area to be used to input
commands to the task associated with the menu and the menu body area to be
used as a menu.
For a menu with a sill, the SILL option takes precedence over any KEYS SILL
options. As a result, data is passed to the task associated with the menu, not to the
production associated with the menu.
SILL is the default for a window that is not a menu.
NOSILL
NOSILL indicates there should be no input area at the foot of the window. NOSILL
is the default for a menu window.
SIZE width-exp [, height-exp ] | *
specifies the size of the window in terms of characters wide and characters high.
You can also use the FOR and UNTIL options to specify the size of a window.