1350.5 |
XTREE bug fix: row attributes (color, font, etc.) that are set via data inserted into special columns (e.g. column type "c", "f", etc.) now work. Previously they were being ignored. |
1350.4 |
XTREE bug fix: Self-combo cells were not acknowledging changes upon clicking the down arrow button if the new contents were simply a shorted version of the old contents. |
1350.3 |
XTREE bug fix: re-entry into an existing tree was sometimes causing spurious changes to the tree fonts. |
1350.2.1 |
INFLD bug fix: combo box dropdown width calculation was not taking the current font into consideration, resulting in too wide or too narrow of a box, depending on the font. |
1350.2.2 |
CSV export refinement: the various internal CSV exports (control dump, menu dump, font dump, etc.) now use the regional locale "list separator" character for the delimiter instead of always using the comma. |
1350.1 |
Add compile-time function OFFSIZ$. |
1350.0.1 |
Add compile-time function OFFSET. |
1350.0.2 |
Compiler refinement (part of edit 632): SIZEOF(VAR) now handles a much wider variety of VAR arguments, including structure names, DIMX structure variables, etc. Also, for symmetry with .OFFSET(), .SIZEOF() may be used interchangeablywith SIZEOF()—i.e. with or without the leading dot. Caution: Not sure if this should be blue. tg 12/13 |
1350.0.3 |
XTREE export refinement: CSV export now uses the list separate defined in the regional/locale settings, rather than comma. And the default file extension for TAB export is now CSV. Caution: Not sure if this should be blue. tg 12/13 |