968.9.1 |
Fix a problem with AM75/AM65 emulations relating to the use of reverse video, underline, and other commands which typically require a space. The symptom was it was outputting an extra space. Note that the problem didn't occur with the "no-space" versions of the commands (e.g. 106/107 and 108/109 instead of 30/31 and 32/33). |
968.9.2 |
Fix a problem in which disconnecting would sometimes cause the ashw32.exe on the server to try to report a socket error, which would sometimes cause it to go into an infinite loop (requiring that the ashw32.exe process be manually killed on the server via the task manager.) |
968.8.1 |
Fix: Under UNIX variants, MIAMEX,MX_RMPATH was generating a segmentation fault if it could not delete the directory (because it wasn't empty) AND the BASERR trace was turned on. (The segmentation fault was in the trace logic, not the directory delete routine.) |
968.8.2 |
MIAMEX 27 (MX_COPYFILE) no longer defaults to xxx extensions. |
968.7.1 |
COPY now skips wild carded source files that have more than one extension. |
968.7.2 |
MOVE now skips wild carded source files that have more than one extension. |
968.7.3 |
Fix: CTLOP_INFO was truncating MBF_STATIC+MBF_BITMAP filespecs at 40 bytes. |
968.7.4 |
Fix: Icons displayed via MBF_STATIC+MBF_ICON were getting scaled. (Static icons were not intended to be scaled; use bitmaps or button icons if you want them scaled to the size of the control.) |
968.6.1 |
MBF_STATIC+MBF_ICON now works with icons loaded directly from .ICO files. Previously you could only load a discrete ICO file from disk into a button (not a static control). Static controls only supported icons loaded from a DLL (e.g. "gear::ashico1") or from A-Shell itself (e.g. "#hand"). The TSTICB sample in [907,023] was updated to load one static icon along with the other button icons as an illustration. |
968.6.2 |
Fix: close a loophole in which TRACE.PRINT would crash A-Shell if the output string expression was longer than 512 bytes. (It now gets truncated). |
968.5.1 |
Handle the XTREE answer array for editable cells that also support individual cell color in a more consistent and flexible manner. |
968.4.1 |
Fix XTREE file mode in ATE that was broken in 968.2 and wasn't returning the selected row correctly. |
968.3.1 |
Fix AM75 emulation function keys. Note that for non-ATE emulators, you must use 8 bit international mode in order for function keys to work. (ATE always works in 8 bit mode.) |
968.3.2 |
Fix: clean up of two minor annoyances related to the MCS_DAYSTATE option. |
968.3.3 |
New miame.ini switch OPTIONS=RC_DIMX tells compiler to allow DIMX statement in /RC mode. |
968.3.4 |
New function MIAMEX 167 (MX_VERINODE) for verifying at runtime that a set of open files matches the directory entries for those files. |
968.2.1 |
Fix: work around problem with popup dialog positioning not being correct when running on dual monitors in 1,2 configuration. |
968.2.2 |
XTREE: The combination "uX" (editable read-only, with validation) now causes an automatic exit with EXITCODE -48 whenever the cell is ENTERED (rather than EXITED). |
968.1.1 |
Fix XTREE 64K limit on size of ANSARY. Exceeding this was causing bad things to happen, including segmentation fault. |
968.1.2 |
XTREE read-only editable cell enhancements: we no longer select the text in the cell when starting the edit operation, and double-click now exits with EXITCODE -59. |
968.0.1 |
Force "child" modal dialogs to display above their parents. |
968.0.2 |
Fix an XTREE problem with using more than one Mask= in a single XTEXT control. |
968.0.3 |
XTREE's cformat u (edit read-only) now supports individual cell colors. |