1397.3.1 |
CGIOP_STDOUT refinement: binary output is now supported, specified variable must be type X. This provides the possibility of an A-Shell CGI program rendering a download to the browser. Which has some security advantages over statically storing the file to be downloaded and letting the web server handle it directly. |
1397.3.2 |
Add new command APN.LIT. |
1397.3.3 |
Compiler bug fix (edit 732) - Compiler was in some cases emitting a spurious error related to insufficient parameters passed to a function with named parameters. |
1397.3.4 |
APN bug fix (compil.exe edit 732.1) - APN was failing to generate tags for include modules. Note: for main programs, the tags should include all the ++include modules. For ++include modules, the tags should only include the contents of the one module. |
1397.2 |
AUI refinement: MBF2_DLGSTATE now overrides the MBST_xxxx options relating to dialog positioning (e.g. MBST_CENTER, etc.) Previously, MBST_CENTER would effectively override a custom saved position. |
1397.2 |
AUI refinement: MBF2_DLGSTATE now overrides the MBST_xxxx options relating to dialog positioning—e.g. MBST_CENTER, etc. Previously, MBST_CENTER would effectively override a custom saved position. |
1397.1 |
Compiler bug fix (edit 731): The use of a function with named parameters as a named argument to another routine using named parameters was generating faulty run code, generally resulting in an "invalid syntax code" or worse when trying to execute it. |
1397.0.1 |
AUI enhancement: new miame.ini option OPTIONS=AUTODLGSTATE allows you to make the MBF2_DLGSTATE option be the default for all dialogs. Note that if you set it as the default, the only way to turn it off for individual dialogs would be to use MX_SETOPTIONS to clear the flag before creating the dialog; see next. |
1397.0.2 |
New MX_GETOPTIONS / MX_SETOPTIONS flag defined for OPTIONS=AUTODLGSTATE: define GOP2_AUTODLGSTATE = &h00000020 If OPTIONS=AUTODLGSTATE is set in the miame.ini, you can clear it within a program via: xcall MIAMEX, MX_GETOPTIONS, options1, options2 xcall MIAMEX, MX_SETOPTIONS, options1, options2 and not GOP2_AUTODLGSTATE
|