Please enable JavaScript to view this site.

A-Shell Development History

1154.7.1

Refine MX_AGWRAPPER to better handle timeouts.

1154.7.2

XTREE bug fix: the patch in 1154.6 for the answer array optimization with checkboxes was sometimes resulting in disabled checkboxes.

1154.7.3

Windows printing bug fix: a potential for an invalid address reference (possibly leading to a GPF) has been closed. The issue was introduced in 1150.7.

1154.6.1

XTREE bug fix (client side): Fix a problem introduced in the answer array optimization logic introduced in 5.1.1150, in which re-entering with an unchanged answer array but a changed data array was causing checkbox cells to revert to plain text numeric cells.

1154.6.2

XTREE refinement: The special context menu commands related to check boxes ($CBSET, $CBRST, etc.) which were introduced in 1150.8 now trigger the exit-for-validation logic.

1154.5

Printing bug fix: a memory leak was introduced in 1150.7 causing a memory handle to be lost on each print operation. Besides wasting memory, eventually this would lead to a "OUT OF MEMORY HANDLES" error (after about 100 print operations). (Note: an attempted fix for this in 1154.4 didn't work.)

1154.4.1

FTP bug fix: the recent change in 1153.1 was causing FTP to fail with an unable to open file error in some cases, when ASHFTPDEBUG set.

1154.4.2

XTREE bug fix: setting XTR'EXPANDLEVEL to 9 wasn't always expanding items at lower levels.

1154.2.1

AUI_MENU bug fixes: Nested submenus in the first position of their parent menu were not working properly. Menu deletion was not entirely clean, causing problems if menus repeatedly deleted and re-added. Misc other internal cleanup.

1154.2.2

AUI_MENU debugging feature: Control+Shift+DoubleRightClick menu now has an option to dump the custom menu array to a spreadsheet. The concept is similar to that for the control array.

1154.1.1

APEX update: underlying library SftPrintPreview_IX86_A_20.dll upgraded from 2.0.0.1 to 2.0.2.0 (minor internal fixes).

1154.1.2

MIAMEX,OS_VER enhancement: now properly identifies Windows 7 (Win7), W2003 Server (WinSvr2003 and WinSvr2003R2), and W2008 Server (WinSvr2008 and WinSvr2008RS). Previously they were identified only by their major and minor version numbers (e.g. Win 6.1).

1154.1.3

AUI_MENU fix: menu icons (from ICO files or icon resources in a DLL) now display properly under pre-Vista versions of Windows (although they always display in the default size of 13x13). Images from BMP files get clipped to 13x13 under XP and prior, so are not recommended (unless you have BMP files that are actually that size or less.)

1154.0

Add ability to Display images with AUI_MENU.