1261.6 |
RUN file search path bug fix: when executing a RUN command from a CMD or DO file, the search for the program in the [p,0] directory was being effectively skipped if the RUN command line had trailing TAB characters (typically with a comment following a semicolon). |
1261.5 |
+Else Lines: A line starting with "+else" within a ++ifdef clause will now be tagged as a syntax error. |
1261.4.1 |
AUI_CONTROL bug fix: dialog centering now works on secondary monitors. |
1261.4.2 |
AUI_CONTROL bug fix: MBF2_STICKY was acting on left edge of controls even when the scol > 1. (Was causing XTREEs to stick to the left edge of dialog.) |
1261.4.3 |
AUI_CONTROL refinement: CTLOP_DEL now works with ctlid=0 to clear all of the controls (equivalent to TAB(-1,0) except leaves the plain text alone): xcall AUI, AUI_CONTROL, CTLOP_DEL, 0 |
1261.4.4 |
AUI_CONTROL bug fix: MBF_VCENTER was forcing MBF_HCENTER. |
1261.4.5 |
AUI_CONTROL refinement: CTLOP_CLR with MBST_TEXTONLY now ignores buttons and other controls types where the idea of clearing the text contents doesn't seem to make much sense. |
1261.3 |
AUI_CONTROL refinement: CTLOP_CLR with MBST_TEXTONLY Flag will clear text (only) from any affected control. |
1261.2 |
AUI bug fix: the font used in INFLD multi-line controls was at risk of being resized to be as tall as the entire control when the control was not active an some resize event was triggered. |
1261.1.1 |
AUI dialog refinement: anchored caption-less dialogs (see 1259.0) may now have borders (by setting the WS_BORDER flag). Previously, this was causing the dialog to float normally (i.e. not anchored to the main window). |
1261.1.2 |
AUI dialog bug fix: anchored caption-less dialogs were not being recognized as dialogs in some contexts, leading to confused coordination with the main window. (One reported symptom was the main window being "flashed" on each INFLD call within the dialog.) |
1261.1.3 |
AUI dialog refinement: MBF2_STICKY now works with caption-less dialogs. (To anchor the left side, set the SCOL coordinate to 1; to anchor the right size, set the ECOL coordinate to the number of columns in the main window grid +1). |
1261.1.4 |
Control dump bug fix: anchored caption-less dialogs were being listed in the control dump as "button". Now they show as "dialog (alt)". |
1261.0.1 |
GDI printing refinement: //TEXTRECTANGLE add ellipsis; see TEXTRECTANGLE 1261. |
1261.0.2 |
GDI printing refinement: new //TEXTRECTANGLE option "TEXTRECT-CONSERVATIVE VERT; see TEXTRECTANGLE 1261. |
1261.0.3 |
GDI printing refinement: disable wrap within //TEXTRECTANGLE; see TEXTRECTANGLE 1261. |
1261.0.4 |
|
1261.0.5 |
Updates to ASHNET.DLL, all related to HTTP.SBR. |