|
Notes from build 1319 through 1324 were consolidated into the list below. |
1324.0.1 |
AUI_MENU enhancement: Context menus now support checked items. They toggle automatically when clicked, but it is up to the application to keep track of the checked state by processing the click event. |
1324.0.2 |
XTREE refinement: right-clicking to display the context menu no longer clears multiple selections. (Same as 6.0.1263.1 fix.) |
1324.0.3 |
PNG static icons (MBF_STATIC + MBF_ICON) now automatically support 'hot' (or focused) and disabled states, as well as the normal state. See the sample program PNGiICOBAR.BP for an example (although you'll have to supply your own PNG images). |
1324.0.4 |
APEX search bug fix: the displayed page wasn't always the one where the match was located. (Same as 6.0.1264.0 fix.) |
1323.0 |
PNG files and static icons now handled via the Windows GDIplus.dll library rather than the VIC32.DLL library, the main (intended) improvement being transparency. (PNG images, in particular, were previously displaying with black backgrounds.) |
1322.1 |
<installed 6.0.1263.9 patch fixing infinite loop with malformed embedded entity references and crash on empty GUI date field with millicolumns> |
1322.0.1 |
<installed patches from 6.0 thru 6.0.1263.8> |
1322.0.2 |
GDI printing enhancement: //IMAGE now supports a rotation argument where rotation is an angle in degrees as in the //SETFONT directive. Note that the image is first rotated, then fitted to the specified coordinates. |
1322.0.3 |
Added TabX control. TabX is a variation of the standard Tab control, with several extensions that provide more styles and aesthetic options. See main A-Shell documentation for more information. |
1321.0.1 |
Installed patches from 6.0 thru 6.0.1262.3 |
1321.0.2 |
Initial beta release of new TABX control. |
1320.0.1 |
Installed patches from 6.0 thru 6.0.1261.4 - see ash60notes.txt for details. |
1320.0.2 |
Compiler refinement, edit 617. Same as patch 6.0.530, which see for details. |
1319.0.1 |
6.0 to 6.1 integration changes. |
1319.0.2 |
ASFLAG.SBR enhancement: It now supports both B,2 and B,4 for the flags argument, returning the current flags in either case. Add a new flag to allow setting of SBX as Run. |