<< Printing | PageStream Scripting Documentation >> |
Top: Documentation Library | Up: PageStream Guide |
Scripting
Scripting related articles including, but not limited to, topics such as:
Language choice
Script conversion
The major theme of the article should be related to scripting creation and usage.
Scripting Chapter url:PGSguide/Cscripting
created:2006-06-15 21:11:01 last updated:2006-06-16 13:12:04
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For Scripting | sign in to add a comment | ||
Tim Doty wrote... | 2006-08-08 05:20:22 | ||
ARexx To Python ARexx scripts can, generally, be converted to Python without too much trouble. There are some caveats, however. ARexx talks with PageStream asynchronously. For most scripts this isn't an issue, but it is good to remember. While a Python script is running it has complete control. User input only goes through controls provided by the script. Because the user can be performing arbitrary actions in PageStream while a script is running the command LockInterface was used to disable the user interface. This command is redundant in Python. | |||
User Contributed Comments For Scripting | sign in to add a comment |
<< Printing | PageStream Scripting Documentation >> |
Top: Documentation Library | Up: PageStream Guide |