PCB Matrix Format
Developed by Numerical Innovations, Inc. (www.numericalinnovations.com)
Message Box

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

MessageBox=Ok,My OK Title..,Here's my description text for the message box.



Example: Display an Error Message Box

MessageBox=error,Invalid or Missing Data...,Unable to complete the app due to missing data.