PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
Prompt (User Input)

Display a simple input value which prompts the user for a string entry
<Prompt></Prompt>

Input Dialog - Attribute Description
TITLE The title for the input dialog
WIDTH Width of the dialog box in pixels.
HEIGHT Height of the dialog box in pixels.
RESULT The variable to save for later use (can be any standard XML name).


Example: Display a standard Input dialog

<Prompt result="myPartNumer" title="Part Number..." width="300" height="200">
Please enter your PCB Part Number
</Prompt>