Please enable JavaScript to view this site.

A-Shell Development History

976.5.1

Fix AUI_IMAGE bug in which UNIX filespecs would transfer to the ATE client but then fail to display (return STATUS=2, file not found). Note: fix is required on the UNIX side, not the ATE side.

976.5.2

Fix minor XTREE bug where a validation exit caused by navigating sideways out of an editable cell on the first row was setting XTR'TARGETROW to 2, causing re-entry on row 2 instead of row 1.

976.5.3

XTREE: When pressing/releasing the ALT key causes a validation exit from an editable cell, XTR'XNAVCOD will now return 18 (in case your app wants to respond specifically to this event.)

976.5.4

The XTREE trace output has been enhanced slightly to show the XTR'XNAVCOD and XTR'XNAVMASK outputs.

976.4.1

XTREE fix: XTR'XVALIDATE was returning 1 instead of 2 when exiting for validation of checkboxes.

976.4.2

Fix a bug in which setting the Dialog Sizing font scaling option to "Windows Desktop Font Size" was affecting controls on the main window, not just controls in dialogs.

976.3.1

COPY.LIT now handles the read-only bit differently under some conditions.

976.3.2

MX_COPYFILE now handles the read-only bit differently under some conditions.

976.2.1

Fix: HOSTEX (or any operation launching a Windows command line) was launching a DOS window and wasn't working. (Introduced in 976).

976.1.1

Fix: Close loophole where exiting for cell validation due to a vertical scroll operation was causing it to re-enter at the cell last validated (instead of being shifted to the nearest cell now in view after the scroll.)

976.0.1

XTREE's XTR'XVALIDATE now supports more flexibility in formats.

976.0.2

AUI Control names may be assigned to controls and then used to reference those controls (in place of ID numbers).

976.0.3

INFLD's "V" parameter may be a string containing the parent control name.

976.0.3

VUE File locking has been made less strict, new switch LOCKSTRICT added