Please enable JavaScript to view this site.

A-Shell 7.0 Release Notes

Navigation: Notes by Version and Date

1766 -- 12 December 2024

Scroll Prev Top Next More

 

 

A-Shell Release Notes Version 7.0.1766.1 (12 December 2024)

1766.1.1

Fix

XTREE: in some cases column one was being initialized to a width of zero, i.e. effectively hidden. Bug introduced in 1765.9 or 1766.0.

1766.1.2

Fix

ATE / UNIX: hitting ^C was in some cases echoing several "^C" instead of just one.

1766.1.3

EIR

XCALL HOSTEX: the -z switches (for invisible mode) are no longer passed through from the parent to the child if the parent has a GUI dialog present. GUI programs may launch with the -z switch to eliminate any visual trace of the text mode window, but that doesn't mean that they are running in invisible mode. Note that this behavior was changed in 1764.1 to match the longstanding documentation, which will now be corrected.

 

 

A-Shell Release Notes Version 7.0.1766.0 (09 December 2024)

1766.0.1

EIR

XTREE enhancement: support property sheets combining H, HH and editable.

1766.0.2

EIR

XTREE refinement: combining cformat codes  t  (display-only checkbox) and  E  (editable) is now equivalent to  T  (editable checkbox). Previously it would have acted like a string during editing. This makes it easier to toggle the editable option without requiring custom code for each column.

1766.0.3

Fix

XTREE: fix multi-level attribute broken in 1765.9

1766.0.4

Fix

XTREE: fix miscellaneous problems with property sheets either triggered or revealed by the H and HH support.

1766.0.5

EIR

New EXLIB: sample program XTRPSH.BP [908,021] illustrates use of H, HH options with a property sheet.