Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271

1231 – 07 September 2011

Scroll Prev Top Next More

1231.3.1

INFLD refinement: trailing blanks are no longer stripped prior to loading the field if TYPE |] used. This makes it possible to match list items using space as the index character.

1231.3.2

INFLD bug fix: Don't redisplay t|g fields (GUI time but using regular edit control) as combos.

1231.3.3

All program (RUN/SBX/LIT) load errors are now logged to the ashlog.log file, mainly to improve the prospects for detecting and tracking problems.

1231.3.4

XTREE refinement: XTF2_ANSEQDATA can now be used even when the array contains fields that are not editable, or possibly not even defined. Previously, if the array width didn't match the sum of the widths of the editable columns, the data layout got out of sync with the tree layout.

1231.2

AUI_MENU refinement/bug-fix: The SBX:<sbxname> syntax for MBF_CMDLIN menu items was not working in the case of context menus. (Feature was originally introduced for other menu and control types in 5.1.1130.1)

1231.1

MSGBOX / printscreen refinement: Use the right-click option on the msgbox to print the screen was sometimes resulting in the print screen dialog appearing behind the other windows in the application.

1231.0.1

MSGBOX enhancement: right-click on the box now reveals a context menu option to print the screen (if the BAS:APRNTSCRN.CFG is configured for print screen.)

1231.0.2

Include Celibec routine EXTRAI.SBR.

1231.0.3

AUI_CONTROL enhancement: new flag MBF2_MINBUTTON (&h00080000) may be used with MBF_SYSMENU to add a minimize button to a modal dialog. Normally, we don't allow a minimize button in this case, because if the dialog is minimized, it may make the parent window appear to be unresponsive. But if you are sure that won't be a problem (perhaps you've made the dialog's parent invisible already), you can force the minimize button option with this flag (in the cflag2 parameter).