|
PCB Matrix Format
Developed by Numerical Innovations, Inc. (www.numericalinnovations.com)
|
Displays a modal dialog box with several modes:OK,WARNING, and ERROR
MessageBox=TYPE,TITLE,MESSAGE
| Description | ||
|---|---|---|
| TYPE | Choose one the Messagebox type: OK,WARNING,ERROR. | |
| TITLE | Top title for message box. | |
| MESSAGE | Text message description for the message. | |
XML example:
Example: Display a standard Message Box
Example: Display an Error Message Box