|
PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
|
Displays a modal dialog box with several modes:OK,WARNING, and ERROR
<MessageBox></MessageBox>
| Message box - Attribute Description | ||
|---|---|---|
| TYPE | Choose one the Messagebox type: OK, WARNING, ERROR. Default: OK | |
| TITLE | Top title for message box. Required. Global Variables may also be used. | |
| RETURN | The variable to save for later use (can be any standard XML name). | |
MESSAGE
Example: Display a standard Message Box
Example: Display an Error Message Box
Example: Outputs a formatted text Message Box
The resulting message is displayed in the modal/dialog box (assuming pre-assigned values):