1216.1.1 |
XTREE bug fix: Tooltips we're becoming corrupted if the memory space allocated for the had to be moved as it was expanded. |
1216.1.2 |
Print screen bug fix: The print screen dialog was corrupting the current INFLD context. To eliminate interactions between the print screen dialog and the current program, the calling mechanism has been changed to launch a separate instance. (Requires APRNTSCRN.SBX 1.0(105) update to support new calling arguments.) |
1216.0.1 |
New AUI_IMAGE Opcode IMGOP_SAVEAS (11) may be used to convert one image type to another. |
1216.0.2 |
AUI_IMAGE bug fix: IMGOP_CAPTURE now works when the window being captured is on a secondary monitor. Previously it only worked on the primary monitor (and was otherwise returning a spurious error code). Note however, that for WINID=-1 (screen), it still only returns the primary monitor screen. |
1216.0.3 |
AUI_IMAGE bug fix: Opcodes 1 and 5 were failing to recognize the filespec. |
1216.0.4 |
New MIAMEX function MX_CSVDELIM allows the CSV delimiter to be set or retrieved. |
1216.0.5 |
WRITECD/WRITETD refinement: In addition to supporting the new custom CSV delimiter (see above), it now quotes any field that contains any of the "likely" delimiter characters (comma, tab, semicolon, colon), the custom delimiter character (if applicable), or any of the "problem" characters (quote and apostrophe). |
1216.0.6 |
|
1216.0.7 |
SBXINP.SBX 2.3(3) update refines ^C handling, eliminating a situation where ^C was causing "an explosion". |