Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271

1263 – 24 November 2012

Scroll Prev Top Next More

1263.9.1

GDI printing bug fix: certain malformed embedded entity references were causing A-Shell to hang.

1263.9.2

INFLD bug fix: certain empty GUI date field configurations with XMAX specified in millicolumns were causing memory corruption.

1263.8

GDI printing refinement: TEXTRECTANGLE and TEXTCENTER now support embedded entity references. Previously these were only processed by TEXTOUT and for raw text.

1263.7

GDI printing refinement: TEXTRECTANGLE now supports rotated multi-line text, with autowrap. Support is limited; it doesn't clip to the rectangle if there are too many lines to fit.

1263.6

Remove 512 byte limit buffer size limit in routine handling expansion of environment variables within filespecs and command lines. It was indirectly limiting maximum length of HOSTEX and other external commands.

1263.4

HOSTEX.SBR enhancement: remove the previous command line length limit of 512, now unlimited.

1263.3.1

EVENTWAIT bug fix: focus wasn't always landing on the proper next control when tabbing within a dialog.

1263.3.2

INFLD refinement: fix another |o field redisplay conflict.

1263.2.1

INFLD refinement: |o no longer stifles redisplay of certain GUI fields.

1263.2.2

ASHNET.DLL 1.4.132 supports a new flag: XHTTPF_REQGETRAW (&h8000). It works just like XHTTPF_REQGET (&h0020) but works around a limitation of XHTTPF_REQGET in which certain characters outside the range supported by Latin1/ANSI (e.g. Russian or Chinese) would just be dropped from the response. The new flag can also be used to retrieve binary data containing embedded nulls (such as a file), although you must then use XHTTPF_FILERESP (&h0200) to write the response to a file.

1263.1

XTREE refinement: right-clicking to display a popup menu no longer clears the existing multiple selections. (For trees with the XTF_MSEL flag set, defining a PopupMenu now disables any right-click response defined via ClickExit=<leftcode>,<rightcode>.)

1263.0

Enhancement to GDI //IMAGE.