OpenWindow System Command

OPENWINDOW File Commands

This opens a new window for an open document.

openwindow [DOCUMENT name] [PAGE number | MPG name] [SCALE ] [OFFSET offsetx offsety]

windowname/s The name of the new window.

DOCUMENT/s The document name. Default=current.

PAGE/s The page number to display.

MPG/s The master page and side to display.

custom/d The custom view percentage.

preset/k The view magnification to set.

Options: FULLPAGE | FULLPAGEWIDTH | FULLPAGEHEIGHT | FULLPASTEBOARD | FULLPASTEBOARDWIDTH | FULLPASTEBOARDHEIGHT | LASTUSED.

OFFSET/d The page offset from the top left of the window. Default=current.

Examples:

openwindow 'MyWindow' document 'Untitled 1' page 6

openwindow 'Workspace' scale fullpage

 

OpenWindow  Command Definition  url:PGScmd/openwindow
  created:2006-03-30 17:26:09   last updated:2006-03-30 17:26:09
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For OpenWindow
Dan Kilroy wrote...2006-05-04 17:13:06

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

OpenWindow (window [DOCUMENT document] [PAGE document:...-page | MPG document:...-masterpage:side] [SCALE <scale | FULLPAGE | FULLHEIGHT | FULLPAGEWIDTH | FULLPASTEBOARDWIDTH | FULLPAGEHEIGHT | FULLPASTEBOARDHEIGHT] [OFFSET x y])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For OpenWindow