The optional flags parameter has been added to the routine controlling A-Shell's "3D" print tab attibutes.
xcall MIAMEX, MX_DEFTABXYZ, sts, Z, fgc, bgc {,ptype, fontattr, fontscale, fontface, flags}
flags (Num) [in]
may specify zero or more of the following options:
Flag |
Value |
Description |
---|---|---|
TBZF_AUTONUMKBD |
&h0001 |
TBZF_AUTONUMKBD will automatically assign a click string equal to the numeric value at the start of the string. Requires that ptype be set to one of the GUI options (tprint |
TBZF_AUTOCR |
&h0002 |
TBZF_AUTOCR may be combined with TBZF_AUTONUMKBD to append a chr(13) to the numeric click string |
TBZF_AUTOFKY100 |
&h0004 |
TBZF_AUTOFKY100 is similar to TBZF_AUTONUMKBD except that instead of sending the numeric digits as the click string |
TBZF_HIDENUM |
&h0008 |
TBZF_HIDENUM may be added to any of the above to strip off the leading number before displaying the text. For example |