Previous Next Chapter

ZOOMWINDOW command

Purpose:

This command will change a window to alternate position and dimensions.

Format:

ZOOMWINDOW [WINDOW] <ROOT|ACTIVE|Drawer name>

Template:

ZOOMWINDOW WINDOW

Parameters:

WINDOW

Name of the window to operate on. ROOT" will use the Workbench root window (where volume icons and AppIcons live), ACTIVE" will use the currently active Workbench window. Any other fully qualified path name will use the drawer window corresponding to the path. If no WINDOW parameter is specified, this command will try to operate on the currently active Workbench window.

Errors:

10 - If the named window cannot be found. The error code will be placed in the WORKBENCH.LASTERROR variable.

Result:

-

Example:

/* Change the root window. */
ADDRESS workbench

ZOOMWINDOW root

Top Previous Next Chapter