1156.1 |
XTREE bug fix: the previous patch in 1155.8 to auto-expand the row header column was not working in some cases involving multi-level trees. |
1156.0.1 |
XTREE enhancement: XTROP_PRINT can now be used directly, without first creating the control. |
1156.0.2 |
XTREE enhancement: New flags (see ashinc:xtree.def) allow the orientation of the XTREE print/preview operation to be forced: define XTF2_PORTRAIT = &h00000004, and define XTF2_LANDSCAPE = &h00000008 |
1156.0.3 |
XTREE enhancement: New advanced coldef clause VertAlign= may be used to alter the vertical alignment of text within cells from the default of center to TOP or BOTTOM. Syntax (not case sensitive): VertAlign=TOP, VertAlign=BOTTOM. Note that this only applies when ITEMLINES > 1. Also note that if VertAlign is applied to the zero column, it becomes the default for all the columns. Otherwise the clause only affects the current column. |
1156.0.4 |
ASTART.CMD[2,2] is no longer overwritten by the installer/updater. |
1156.0.5 |
AUI_MENU bug fix: deleting context menus was not freeing up the used space in the menu table, leading to an overflow of the table (the only symptom of which may have been that partial or invisible menus). |
1156.0.6 |
Add A-Shell command line switch to Override User Name. |
1156.0.7 |
ATE tracing refinement: Tracing of aux printing operations is now more complete. (Requires ATE and GDIPRT trace flags be set). |