Results 991 - 1000 of 1633.

FreeARexxRequester updated:2006-03-30 14:17:37 last comment:2006-05-04 16:43:26
FREEAREXXREQUESTER Dialog Box Commands Unallocates an allocated dialog box. You should always do this when you are finished with a dialog box or when the script is exiting, to prevent loss of memory. freearexxrequester dbhandle/i The dialog box to unallocate. Examples: freearexxrequester iTestDialog ...

GetChoice updated:2006-03-30 22:20:06 last comment:2006-05-04 16:40:53
GETCHOICE AmigaOnly Opens a dialog box with a short message and allows the user to click on one of one, two or three buttons, to make a choice. getchoice [BUTTON2 label/S] [BUTTON3 label/S] MESSAGE/s The message to show the user. Max length = 44 characters. BUTTON1/s The label for the positive button. Max length = 8 characters. This...

GetString updated:2006-03-30 22:20:08 last comment:2006-05-04 16:40:47
GETSTRING AmigaOnly Opens a dialog box with one text string control into which the user can type a string, and two buttons for exit button. getstring [STRING default] [TITLE label] [POSBUTTON label] [NEGBUTTON label] STRING/s The default string for the text control. Default=blank. TITLE/s The label for the text string control. Max...

GetVersion updated:2006-05-04 16:39:21
Gets the {...} . verstring (Ver.RevMinor Status Compile Date) = GetVersion () Parameters: Results: Notes: See Also: Examples: Python: ARexx: Applescript:

StopRecording updated:2006-05-04 16:39:07
Gets the {...} . script = StopRecording () Parameters: Results: Notes: See Also: Examples: Python: ARexx: Applescript:

StartRecording updated:2006-05-04 16:38:52
Gets the {...} . StartRecording () Parameters: Results: Notes: See Also: Examples: Python: ARexx: Applescript:

Execute updated:2006-05-04 16:38:40
Gets the {...} . Execute (filepath) Parameters: Results: Notes: See Also: Examples: Python: ARexx: Applescript:

Play updated:2006-05-04 16:38:32
Gets the {...} . Play (filepath) Parameters: Results: Notes: See Also: Examples: Python: ARexx: Applescript:

RX updated:2006-04-26 12:16:15 last comment:2006-05-04 16:38:06
This executes an external Python, AppleScript or ARexx script, as applicable. RX ([filepath] [DOCUMENT name | WINDOW name]) filepath/s The filename and path of the script. DOCUMENT/s The document name. Default=current. WINDOW/s The window name. Default=current. Examples: RX ('PageStream:Scripts/Test') ...

Quit updated:2006-03-30 18:29:06 last comment:2006-05-04 16:37:50
QUIT System Commands Quit PageStream. quit [mode] mode/k The user prompt mode for unsaved documents. Options: FORCE | ALERT (default )| QUIET. Force ignores the saved status, alert opens an alert box if it has been changed, and quiet ignores the saved status but returns an error if the document had not been saved. Examples: ...

Previous 1 11 21 31 41 51 61 71 81 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 120 130 140 150 160 Next

    PageStream User Documentation
    PageStream Guide
    PageStream Scripting Documentation
    BME User Documentation
    BME Scripting Documentation
    PageLiner User Documentation
    PageLiner Scripting Documentation
    HHV User Documentation
    Developer Documentation
    PageStream Web Site
    PageStream Web Site Documentation
    PageStream Document Gallery
    PageStream Script Gallery