1339.8 |
Remove 512 character limit on buffer used to expand strings containing %env% variables. Normally that would be more than adequate for filespecs, but not necessarily for entire command lines. This was part of the 6.0.1263.6 patch that didn't initially get migrated to 6.1. |
1339.7 |
ISAM'POP bug fix: file status returned from ISAM'POP was failing to be exported back to the calling routine across the SBX interface, leading to a problem where an ISAM'PUSH in one SBX would not match the record # returned from an immediately prior ISAM'POP if it was in another SBX that had returned. |
1339.4 |
ISAM'PUSH bug fix/refinement: now works correctly even when the last ISAM operation was on a channel other than the one being pushed. ISAM TRACE display improved to show the record pushed and popped. Note: despite the name which implies a stack, this operation is only one level deep. (A subsequent ISAM'PUSH #CH will clobber the previous ISAM'PUSH #CH for a given CH.) |
1339.5 |
XTREE bug fix: A problem with the delayed inactive click events handler was sometimes resulting in a failure to actually process the expected event. For example, clicking on a checkbox in an inactive tree was not always toggling the checkbox. (Same fix as 6.0.1266.6) |
1339.4.1 |
ISAM 1.1 bug fix: Auto-expansion of the IDA was stopping at the 2GB mark. (Same fix as 6.0.1266.5) |
1339.4.2 |
AUI_IMAGE fix: multi-page scanning mode (see 1266.0 and .3) wasn't handling filenames containing %env% environment variables. (Same fix as 6.0.1266.6) |
1339.3.1 |
AUI_CONTROL bug fix: INFLD tooltips weren't being handled or returned properly. Related issue to the 1339.1 fix for button tooltips. |
1339.3.2 |
CGI bug fix: On some Windows web servers, large form submissions were getting truncated. Same fix as 6.0.1266.4. |
1339.2.1 |
AUI_CONTROL bug fix: the default dialog (used for auto-parent assignment of child controls without explicit parents) was being incorrectly reset after a secondary dialog was created and the removed. The problem was introduced around edit 1334. |
1339.2.2 |
TPRINT refinement: The GUI PRINT operation no longer has the side effect of deleting a control that starts in the position just past where the equivalent text-mode print operation would have left the cursor. It is still true in general that TAB(X,Y) will delete a control that starts at position (X,Y); and GUI PRINT operations do position the cursor at the point where it would have been following the equivalent text-mode print operation, but the internal cursor positioning now bypasses the automatic control deletion logic. |
1339.1.1 |
AUI_CONTROL bug fix: The tooltip wasn't being properly returned in the CTLOP_INFO call. The problem was introduced in 1337.0. |
1339.1.2 |
A-Shell/Windows memory leak fixed: repeated use of ASHNET or ASHNET2 library routines (e.g. HTTP.SBR and PDFX Email Type 4) embedded in an SBX or called indirectly via XCALL AMOS was burning up memory handles. Same fix as in 6.0.1266.3. |
1339.1.3 |
XTREE bug fix: the font was sometimes being spuriously changed on re-entry into an existing tree. Same fix as in 6.0.1266.2. |
1339.0.1 |
New Pragmas PRIVATE_BEGIN and _END ensure that the module's private variables (MAP and DIMX) are initialized once and only once before they are used. |
1339.0.2 |
Windows GDI printing fix/enhancement: //IMAGE now supports printing of PNG images, including with rotation, using the new GDI+ library. This actually worked in A-Shell 6.0, to a limited degree, but was lost in the migration to the new GDI+ library. |