05.01.2013 Views

Downloading - Weber Marking Systems

Downloading - Weber Marking Systems

Downloading - Weber Marking Systems

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DIALOG-CHECKBOX<br />

DIALOG-CLOSE<br />

DIALOG-COMBOBOX<br />

Appendix C: Automated Print Control<br />

After a pushbutton is clicked, the selected file name (and its drive and<br />

path) will be saved in $file.<br />

Syntax: DIALOG-CHECKBOX = text, x, y, width, height, $Status<br />

Notes:<br />

text is the text that follows the check box.<br />

When the $Status is assigned a value before the DIALOG-SHOW<br />

command, its value at the moment of executing DIALOG-SHOW<br />

determines whether the box is checked.<br />

After a pushbutton is clicked, $Status will be 1 if the box is<br />

checked. If the box is not checked, $Status will be 0.<br />

Closes the dialog box and its controls.<br />

Syntax: DIALOG-CLOSE = DlgName<br />

Notes:<br />

This command applies only to MANUALCLOSE dialog boxes.<br />

DlgName is the name of the dialog box to be closed.<br />

Defines a combo box control in the latest dialog box.<br />

Syntax: DIALOG-COMBOBOX = style, x,y,width,height, $ComboText<br />

Notes:<br />

style can be SIMPLE, DROPDOWN, or DROPDOWNLIST.<br />

If $ComboText is assigned a value before the DIALOG-SHOW<br />

command, its value at the moment of executing DIALOG-SHOW will<br />

be highlighted if the value is in the list.<br />

After a pushbutton is clicked, the selected item will be stored in<br />

$ComboText.<br />

Legitronic User Manual (v3.4) 193

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!