SetDoubleClick System Command

SETDOUBLECLICK Object Commands

Set the action to be performed when an object is double clicked.

setdoubleclick [OFF | MACRO name | REQUESTER name] [SAVE]

OFF Sets to no action.

MACRO Sets to any internal PageStream script.

REQUESTER/k Sets to a command.

Options: LINEFILL | RUNAROUND | DUPLICATE | TRANSFORM | ROTATE | MOVE | ALIGN |LOCK | UNLOCK | BRINGTOFRONT | BRINGFORWARD | SENDTOBACK | SENDBACKWARD.

SAVE Saves to the PageStream3 Preferences file.

Examples:

setdoubleclick rotate

setdoubleclick macro 'ToggleFill' save

 

SetDoubleClick  Command Definition  url:PGScmd/setdoubleclick
  created:2006-03-31 10:52:54   last updated:2006-03-31 10:52:54
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetDoubleClick
Dan Kilroy wrote...2006-05-03 20:32:40

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

Gets the {...} .

SetDoubleClick ([OFF | REQUESTER <OBJECTINFO | LINEFILL | RUNAROUND | DUPLICATE | TRANSFORM | ROTATE | MOVE | ALIGN | LOCK | UNLOCK | BRINGTOFRONT | BRINGFORWARD | SENDTOBACK | SENDBACKWARD | MOVETOPAGE> | SCRIPT "scriptname"] [SAVE])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetDoubleClick