Please enable JavaScript to view this site.

A-Shell Development History

1162.2

XTREE date picker bug fix: date selection from the calendar using the mouse wasn't working; neither was ALT+DOWN to display the dropdown.

1162.1

Fix: Windows sequential input file handler was treating chr(26) as EOF.

1162.0.1

AUI_CONTROL enhancement: New ctype2 flag MBF2_STATICWIN creates a static child control window that looks something like a dialog box but can be used as a variation of a group box.

1162.0.2

ATE licensing protocol enhancement: The protocol for passing the server's ATE license to the ATE client on A-Shell startup has been streamlined in the case where the server has a "system" ATE license (meaning that ATE is allowed on all client connections). The new protocol only has an effect when both the server and client are running 5.1.1164.0+, but does not interfere when either side is older. When in effect, the job is no longer forced to execute LICENS/ATESRV to issue the license, with eliminates a few handshaking steps, speeding up the login and possibly avoiding some problems with slow connections and type ahead during complicated startup sequences.

1162.0.3

XTREE Enhancement: New advanced coldef clause Footer= allows you to specify a pager footer to be used when printing an XTREE through the print/preview mechanism. Syntax is like Title= clause (see 1160.8):

Footer=Left Text

Footer=Left Text|Right Text

Footer=Left Text|Center Text|Right Text

1162.0.4

VUE refinement: Detect and prevent attempt to view directory (within core vue module, not just within standalone VUE executable).