1203.3 |
XTREE refinement: Adjust type-ahead logic introduced in 5.1.1197. The new rule is: On calling XTREE, if there is a pending event from clicking on the tree while it was inactive, then any unprocessed keyboard characters are stripped and ignored. In addition, if the XTF2_CLRDEFER flag is set and there is a virtual exitcode sequence pending, it is also stripped. Previously, the virtual exitcode sequence stripping was not dependent on the XTF2_CLRDEFER flag, which made it impossible to use XTREE as a kind of Eventwait handler for click events that had already happened (but which hadn't been detected by the application yet.) |
1203.2 |
XTREE refinement: In property sheet mode (XTF2_PROPSHEET), if Dspwid=# is specified for an editable cell, it now determines the width of the edit box when a cell is being actively edited. This provides an alternate method (besides cformat "_") to adjust the width of the edit box to be more appropriate for the maximum number of characters allowed in that cell. If Dspwid is not specified, then the cformat "_" logic is used (see 1202.3 below), and if that isn't specified, the edit box width will be the same as the column width. Note that in the property sheet case, the units of Dspwid are taken to be characters, rather than grid units (as in the non-property sheet case.) |
1203.1 |
XTREE refinement: Remove complaint about the ANSARY width not matching thecoldef expectation if the XTF2_ANSEQDATA flag is set. |
1203.0.1 |
XTREE enhancement: Drag / Drop Between Trees. |
1203.0.2 |
Add new GDI printing directive POLYGON |
1203.0.3 |
New icon: A-Shell now defaults to using the new "turquoise sea shell in a white box" icon. Don't worry, this isn't part of some Madison Avenue corporate re-branding scheme, so please don't start any boycotts or letter-writing campaigns to preserve the old green acorn icon (which will remain available indefinitely, via the "-g acorn" command line switch). There are also two other new variations included in the executable which can be selected via the -g <icon> switch: ash1t (a darker blue shell with a transparent background), and ash2b (a darker blue, more curvaceous shell in a white box). |
1203.0.4 |
ATE serial passthrough fix: the "progress bar" in the lower right corner was staying on, even after the serial passthrough was closed. |