1143.5.1 |
XTREE enhancement: new advanced COLDEF clause "DropExit=###" may be used to force XTREE to exit at the completion of a drag/drop operation. ### specifies the desired exitcode. Note that the exitcode will be -### (i.e. DropExit=88 will return exitcode -88 on a drag/drop). This uses the same syntax as SelChgExit=###. |
1143.5.2 |
XTREE bug fix: XTF_DRAGDROP in array mode was returning garbage (data from the tree) when XTF_SORT was not specified. |
1143.4.1 |
ATE refinement: minor adjustment to TCP disconnect logic, hopefully to allow for cleaner client-initiated shutdowns. |
1143.3.1 |
Compiler bug fix: (compiler edit 430) The scope of PRIVATE variables is supposed to be limited to the ++include module in which they are defined. But in fact, it was extending to other ++include modules with the same name (but different extension). So for example, a PRIVATE variable defined in i1.bsi was also visible in i1.inc. |
1143.3.2 |
XTREE bug fix: setting Dspwid for the pseudo column (default) was setting the default minimum width rather than the default display width. Also note that because of special considerations affecting the first and last display columns, they may not be affected by the default Dspwid. |
1143.2.1 |
APEX bug fix: new 2.0.0.1 version of the SftPrintPreview_IX86_A_2.0.dll fixes a problem causing the preview to crash under W2000, W98 and ME when the GDIPlus module had not been installed (typically via Windows Update). |
1143.1.1 |
AUI_CONTROL refinement: CTLOP_CHG with the MBST_POS state flag to resize or reposition a control now works with dialogs. Note that resizing the dialog this way doesn't not automatically resize of reposition the controls within the dialog (relative to the dialog upper left corner). |
1143.1.2 |
ASHNET.DLL 1.0(107) now supports XHTTPF_REQHEAD flag to request the HTTP header of the target URL. |
1143.0.1 |
|
1143.0.2 |
New ATE failure-to-respond status code. |
1143.0.3 |
AMOS-to-native filespec conversion enhancement: files with names longer than 10.3 or containing more than one period are now recognized as native. Previously, if there were no other clues, these were assumed to be AMOS specs, but that resulted in them being truncated at 10.3. |
1143.0.4 |
MX_FILESTATS bug fix: Under UNIX, when the FOPENS trace was set and the specified file didn't exist, A-Shell aborted with a segmentation fault. |
1143.0.5 |
AG_SPOOLCFG enhancement: when using this method to transfer binary files, ATE now displays a progress bar that visually indicates the progress to completion. (For other aux port printing, where ATE doesn't know the number of bytes to be received, the progress bar just shows continuous activity without indicating actual progress.) |
1143.0.6 |
MX_SHELLEX documentation fix: Aside from the -15 return code for timeout, (which is actually a new code - see #2 above), applications should be aware of return code 1223, which indicates that the user was given some kind of prompt to enable or accept the launch of the program (such as with Vista 'elevation'), and the user chose to cancel rather than allow the launch. |
1143.0.7 |
ATE configuration dialog cleanup (version 128): login text tip now helpful; FTP port now defaults correctly when protocol changes; use Windows edit mode (|K) |