Difference between revisions of "MessageDialog"

From Moving Light Assistant
Jump to: navigation, search
(Add Page.)
 
(No difference)

Latest revision as of 01:04, 9 July 2014

MessageDialog( text )

text is a string.

This function will pause the script and show a message dialog with the message in the text parameter. Once the message dialog is dismissed, the script will continue.

The message dialog can be used to show errors or provide reminders while a script is running.

Example.

MessageDialog("Hello World !")

This would display a message dialog with a message "Hello World !".