Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 6.1/6.2, builds 1300-1428

1325 – 04 December 2012

Scroll Prev Top Next More

1325.3.1

Error trap/resume bug fix: when error occurred within a function or procedure, the resume address wasn't getting reset to the line which called it.

1325.3.2

DERR.SBR refinement: message box now reports sbxname (program:sbx) if error occurred within SBX.

1325.3.3

Call stack trace bug fix: addresses reported in the log didn't match up to the LSX.

1325.2.1

Tab control bug fix: controls within the tab panel weren't refreshing reliably. (Problem introduced in 1325.0).

1325.2.2

SBR=AUTO_TABX refinement: specifying an RGB value for the Tab's FGC no longer disables the theme support.  (The overall FGC for the Tab control has no effect anyway, so shouldn't affect theme support. With the TabX control, however, you can set colors for the individual labels, which may well conflict with theme support.)

1325.1.1

GUI bug fix: static controls with custom background colors weren't using the right color.

1325.2.2

Windows/APEX bug fixes from 6.0.1264.0 and 1264.1

1325.2.3

Tab control bug fix: changing the labels with CTLOP_CHG and MBST_CHGALL wasn't working (since introduction of TabX).

1325.2.4

Call Stack Tracing bug fixes / improvements; see 6.1.1325.0.

1325.2.5

Return to using the new GDI+ library for resource icons.

1325.0.1

New feature: implement call stack tracing, so as to be able to show the hierarchy of GOSUB, PROC(), FUNC() and SBX xcalls in the ashlog.log file when a Basic error is triggered. (You must have TRACE=BASERR set.)

1325.0.2

Go back to using the standard GDI library for resource icons.