Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 6.3/6.4, builds 1500-1558

1543 — 03 February 2017

Scroll Prev Top Next More

1543.5.2

Fix

XTREE refinement: missing semicolon at end of PopupMenu definitions now supplied automatically. (It only a problem when concatenating multiple indexed PopupMenus.)

1543.5.1

Fix

Fix some anomalies in validating new style licenses.

1543.4.2

Fix

PCKLST/XTREE bug fix: close a loophole in which an empty first line of the file (in file mode) was causing the data load to terminate without displaying any data. Note that this fix is to the server side. Absent the fix, the workaround is to just make sure that the first line of the file contains at least one space if nothing else.

1543.4.1

Fix

TABX control update/correction: minor adjustments to the new TABX control implementation. Note that the SftTabs_IX86_A_60.dll is no longer supported due to compatibility issues with the new _65.dll.

1543.3.1

Fix

XTREE bug fix: checkboxes in property sheets were displaying and acting like read-only numbers rather than checkboxes. Bug introduced in 6.3.1530.0.

1543.2.2

Fix

AUI_CONTROL bug fix: static panel background colors were not display as opaque in the presence of wallpaper, even when the panel was within a dialog. Wallpaper generally requires transparent backgrounds but only for controls that are directly on the wallpaper and intended to bleed through.

1543.2.1

Fix

AUI_CONTROL bug fix: static controls with palette colors (e.g. values in range of 0-79 rather than RGB values) were not displaying the right color in many cases.

1543.1.1

Fix

XTREE bug fix: close loophole allowing an infinite loop when a column title contained a ":" character. Bug introduced in 6.3.1537.0.

1543.0.1

New

Major MSGBOX Enhancements.

1543.0.2

Revision

New release of the DLL underlying TABX control: SftTabs_IX86_A_65.DLL, previously SftTabs_IX86_A_65.DLL.

1543.0.3

New

Add new LIT commands MUSER and LOGON.

1543.0.4

New

Add new subroutine FNDUSR.

1543.0.5

Fix

Close a loophole in which an un-mapped array might cause a GPF or segmentation fault when first accessed, depending on whether the string stack had been auto-expanded and to where. Note that we recommend mapping all variables, especially arrays, but such unmapped variables remain legal and thus must be supported for backward compatibility.

1543.0.6

New

New MIAMEX function MX_LANGUAGE retrieves or sets the current language.

1543.0.7

New

SET.LIT 1.2(161) now supports setting/display language: SET LANGUAGE {lang}. If lang is not specified, it displays the name of the current language. Otherwise if tries to load the specified language file, interpreting lang as the LDF file name in the same way that MX_LANGUAGE does. Thus, while SET LANGUAGE may return "SPANISH", to set the language to Spanish you may need to use SET LANGUAGE SPANSH, assuming the LDF file name is DSK0:SPANSH.LDF[1,6].

1543.0.8

Fix

DATES.SBR bug fix: was outputting mm/dd/yy when it should have been mm/dd/ccyy (i.e. when the output string length >= 10).