<< DoLanguageEngineLocalizeString | DrawBorder >> |
Top: Documentation Library | Up: D Commands |
DoRequester Dialog Box Command
This command opens a requester that has been created with the CreateRequester command. The script stops executing until this command returns, which doesn't happen until the user closes the requester. The requester is closed by clicking any button.
DoRequester (reqh)
Parameters:
Results:
Notes:
The "button" created by the HELP directive in a resource file is not considered to be a button.
See Also:
AlertRequester, AppendListString, CloseResource, CreateLanguageEngineList, CreateList, CreateRequester, DoLanguageEngineFormatDate, DoLanguageEngineLocalizeString, FreeLanguageEngineList, FreeList, FreeRequester, GetCmdStringFromCoord, GetControlAttr, GetCoordFromString, GetFolderPath, GetResourceString, GetUIStringFromCoord, OpenResource, PrependListString, SetControlAttr, SortList
Examples:
Additional example in ''RequesterExample.py''.
Python:
ARexx:
Applescript:
DoRequester Command Definition url:PGScmd/dorequester
created:2006-05-04 17:23:59 last updated:2006-09-14 09:44:18
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For DoRequester | sign in to add a comment |
There are no user contributed comments for this page. |
<< DoLanguageEngineLocalizeString | DrawBorder >> |
Top: Documentation Library | Up: D Commands |