Message Dialog
Display a message dialog for informing something or asking user to make a choice. As an example, you can insert a Message Dialog action before the Shutdown Computer action to give user a chance to cancel shutting down.
Click here to show the figure
Parameters
-
Message to display This message will show in the dialog.
-
Title of dialog The title of dialog, it can be NULL.
-
Buttons in the dialog Specifies which buttons need to appear in the dialog.
-
Icon in the dialog Specifies which icon need to be displayed.
-
Action after clicking button Specifies a action that should be executed after the button is clicked.
-
Button selected by default Specifies a button which is as default button, the default button will be focused when the dialog shows.
-
Press the default button after X seconds Specifies the number of seconds to wait before clicking the default button automatically.
-
Return the result to variable Specifies the name of an already defined variable that should be populated with the button that has been clicked. The return value is a string, it can be one of the following:
- OK
- CANCEL
- YES
- NO
- ABORT
- RETRY
- IGNORE
|