Dialog Functions


The functions listed below open dialogs for retrieving input which may be in the form of a button selection, list item, text, or value.

Dialog Functions

GetAbortRetryIgnore

Opens the standard Windows dialog for selecting an action to abort, proceed, or stop.

GetChoice

Opens a dialog for choosing from a bullet list.

GetFileName

Opens a File Open dialog for chooosing a file name.

GetFolder

Opens a File Open dialog for choosing a folder name.

GetItem

Opens a dialog for choosing from a drop list of items and returns the index of the selection.

GetItemStr

Opens a dialog for choosing from a drop list of items and returns the string of the selection.

GetNumber

Opens a dialog for entering a number and returning it to the script.

GetRetryCancel

Opens the standard Windows dialog for selecting an action to proceed or stop.

GetString

Opens a dialog for entering a simple string and returning it to the script.

GetText

Opens a dialog for entering a multi-line string and returning it to the script.

GetTrueFalse

Opens a dialog for selecting true or false.

GetValue

Opens a dialog for entering a string or value and returning it to the script. The result is also saved to the dialog's history list.

GetYesNo

the standard Windows dialog for selecting Yes or No.

GetYesNoCancel

Opens the standard Windows dialog for selecting Yes, No, or Cancel.

Related Topics

Contents

CTextView class

Text Formatting Functions

Directory Functions


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.