DoARexxRequester Dialog Box Command

Displays an allocated dialog box.

doarexxrequester <handle>

handle/i The dialog box to display.

Results:

The handle of the exit control selected will be returned to RESULT.

Notes:

This command displays a dialog box, but the dialog box and its controls must be allocated first.

Warnings:

You must always unallocate your dialog box before exiting the script!

Examples:
ARexx:

doarexxrequester TestDialogBox action=RESULT

 

DoARexxRequester  Command Definition  url:PGScmd/doarexxrequester
  created:2006-03-30 13:47:47   last updated:2006-08-18 11:36:28
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DoARexxRequester
Dan Kilroy wrote...2006-05-04 16:43:17

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

Gets the {...} .

buttonid = DoARexxRequester (reqhandle)


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DoARexxRequester