<< ScreenToFront | SelectActiveLayer >> |
Top: Documentation Library | Up: S Commands |
ScriptPalette System Command
SCRIPTPALETTE System Commands
Displays the Script palette.
scriptpalette [status] [AT pointx pointy] [SIZE width height] [COLLAPSED state] [SAVE]
status/k The palette's display status.
Options: SHOW | HIDE |T OGGLE.
AT/i The palette position in pixels.
SIZE/i The palette size in pixels.
COLLAPSED/k The collapsed state of the palette.
Options: ON | OFF.
SAVE Saves the palette settings to the PageStream Preferences file.
Notes:
TOGGLE may not be used in conjunction with SAVE.
Examples:
scriptpalette toggle scriptpalette show at 500 300 size 180 172 save scriptpalette hide
ScriptPalette Command Definition url:PGScmd/scriptpalette
created:2006-03-31 10:52:52 last updated:2006-03-31 10:52:52
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For ScriptPalette | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-04 13:46:04 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . ScriptPalette ([SHOW | HIDE | TOGGLE] [AT x y] [SIZE width height] [COLLAPSED <ON | OFF | TOGGLE>] [SAVE])
ARexx: Applescript: | |
User Contributed Comments For ScriptPalette | sign in to add a comment |
<< ScreenToFront | SelectActiveLayer >> |
Top: Documentation Library | Up: S Commands |