Please enable JavaScript to view this site.

A-Shell Development History

1250.2.1

DSKCOM.SBR bug fix (UNIX): Permissions for the COMMON.SYS file were being set to rw------- instead of rw-rw-rw-.

1250.2.2

AUI_CONTROL refinement: A static or edit control will now replace an existing one if they overlap and the starting position is within 3 columns of each other. Previously they had have the same starting position. This makes it easier for TPRINT and INFLD to coexist in programs that use PRINT to redisplay the INFLD data, but not always exactly in the edit position.

1250.2.3

XTREE bug fix: In some cases, an XTREE launched in response to a self-service combo box was closing immediately (due to a timing issue with the receipt of the combo box key click sequence).

1250.1

//TEXTCENTER bug fix: a string containing "^x" was resulting in an infinite loop for certain values of x.

1250.0

AUI_CONTROL enhancement: new ctype2 flag MBF2_DLGSTATE (&h00200000) can be specified with MBF_DIALOG to cause the previous last state (normal or maximized) and position of the dialog to override the state and position specified in the AUI_CONTROL statement. The saved state is keyed to the combination of the current program name and the dialog control name (so you must use an alphanumeric control name).