message box | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | message window,message,msg box,msg window |
Summary | Indicates the message box. |
Introduced | 1.0 |
Deprecated | 9.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Property: blindTyping Keyword: msg Command: put, do Glossary: keyword |
Description | Use the message box keyword to display information to the user. The message box is a container as well as a window. You can show and hide the message box, put information into it, and get information from it. The two-word synonyms message window and msg window can be used only to show and hide the message box. To put a value into the message box or read the value in the message box, use the forms message, message box, and msg box. From LiveCode 9.0 onwards use the msg global variable to refer to get and set the content of the message box as other legacy synonyms described here have been deprecated. |