User Tools

Site Tools


en:actions:actionmessagebox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:actions:actionmessagebox [2011/07/07 19:28] – created jmgren:actions:actionmessagebox [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Message Box ====== ====== Message Box ======
 +{{:en:messagebox.png|}}
  
-The action Message Box allows you to show a message. This dialog box pauses the script execution until the user chooses one of the options.+<html><a href="actionaz://actionaz.org/samples/messagebox.en.ascr">Try it</a></html> 
 + 
 +The action Message Box allows you to display a message. This dialog box pauses the script execution until the user chooses one of the options.
  
 ===== Standard parameters ===== ===== Standard parameters =====
Line 7: Line 10:
 ==== Input parameters ==== ==== Input parameters ====
 == Message == == Message ==
-The message you want to show on the message box.+The message you want to display in the dialog box.
 == Title == == Title ==
-The title of the message box (window title).+The title of the dialog box (window title).
 == Icon ==  == Icon == 
-The icon shown on the message box. This list contains the standard icons of your operating system.+The icon displayed in the message box. This list contains the standard icons of your operating system.
  
 ===== Advanced parameters ===== ===== Advanced parameters =====
 ==== Input parameters ==== ==== Input parameters ====
 == Type == == Type ==
-The message box type. There are two options: +The dialog box type. There are two options: 
-  * text display ("Ok" button), that is used to show a message to the user +  * text display ("Ok" button), which is used to show a message to the user 
-  * ask a question ("Yes - No" buttons), that you can use to ask the user to make a choice. Selecting this message box type enables the option "Yes - No".+  * ask a question ("Yes - No" buttons), which you can use to ask the user to make a choice. Selecting this message box type enables the option "Yes - No"
 + 
 +== Custom icon == 
 +The custom icon to use. This is the path to the image that will replace the icon specified in the "icon" parameter. 
 + 
 +== Window icon == 
 +The window icon to use. This is the path to the image that will replace the window icon.
  
 == Yes - No action ==  == Yes - No action == 
en/actions/actionmessagebox.1310066881.txt.gz · Last modified: 2021/02/13 11:23 (external edit)