Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 6.1/6.2, builds 1300-1428

1374 – 12 February 2014

Scroll Prev Top Next More

1374.9

XTREE bug fix: the earlier (1374.0) fix for cformat "Pl" wasn't complete.

1374.8.1

ATE bug fix: When switching between ATE 5.x and 6.x, if the configuration under 5.x used SSH without checking the OpenSSH option, it was possible that under 6.x, ATE would fail to connect due to a mismatch of SSH options.

1374.8.2

AUI bug fix: resizing a dialog containing image controls was sometimes leaving redundant remnants of the original image controls still visible.

1374.7

TABX bug fix: children with the MBF2_STICKY flag that were intended to be near the edge of the tab labels were instead covering the tab labels. This was mostly noticeable with XTREE, which is commonly positioned to occupy the entire tab panel and which automatically has the STICKY flag.

1374.6

XTREE bug fix: the internal "caret" (current position marker) was getting out of sync with the selected item after certain sequences of events, resulting in an UP or DOWN arrow causing the selected row to jump to the top rather than move up or down by one as expected.

1374.5

EZTYP/APEX bug fix: In rare cases where the My Documents folder was not defined for the current user in the Registry, and there was no APEX environment definition, EZTYP and APEX preview operations may have reported a confusing "Consolidate Print File" error message indicating seemingly random text for the file that it couldn't open. In such cases it will now use the %TEMP%\APEX directory (or C:\APEX if no %TEMP% defined), and if that doesn't work, at least the error message will contain the actual file spec that it is trying to open. In the case of EZTYP, even with the error, the preview still worked reasonably well anyway.

1374.4.1

ISAM fix/workaround for problem of some old IDX files (presumably generated under AMOS) that have plausible but incorrect values for the number of IDX levels. These were being taken at face value and leading to ERF 35 errors.

1374.4.2

EZTYP bug fix: remove spurious "//RESETFONT" message from appearing at top of file display.

1374.3

XTREE bug fix: when using a Mask with an LDF where the decimal point is not the "." was resulting in the digits to the right of the decimal point being set to zero upon loading data into the cell. Broken in 1365.0

1374.2.1

Fix problem which was causing windows that should be hidden to appear. Introduced around 6.1.1370.

1374.2.2

ATSYNC.LIT/SBX 1.3(119) fixes an issue with it leaving the ATE client in local keyboard mode, which would give the appearance of it being locked if the ATSYNC operation was followed by non-GUI keyboard operations.

1374.1

XTREE/ATE optimization bug fix: when switching between multiple trees, in some cases the optimization logic was resulting in a failure to fully update the ansary on exit.

1374.0.1

Current MX_AUTOPARENT now supports an option to return the current auto parent.

1374.0.2

Current and New MX_AUTOPARENT now returns the current auto parent, in numeric form, as well as the new one.

1374.0.3

New XCALL AMOS pflag option +8 prevents the normal reset of the auto parent setting at the start of the called program. This makes it easier to launch programs designed to operate in the default or main window and instead force them to operate within a dialog created by the calling program.

1374.0.4

XTREE bug fix: expand/collapse state feature (cformat code "=") was broken in 1365.0, another UNICODE casualty.

1374.0.5

XTREE bug fix: cformat code "P" (reserve first position of cell) wasn't working with "l" (lists).

1374.0.6

AUI_CONTROL bug fix: CTLOP_CHG on a dialog with a centering option and a menu was resulting in shrinking of the dialog.