1401.2 |
EVENTWAIT bug fix: function keys were not being picked up cleanly when the timer option was active. It was waiting for a second keystroke, which then left an extra character in the input buffer. |
1401.2 |
ATE bug fix: keystrokes added to the end of the ATE launch command line (using the ^M leadin; see 6.1.1343) had stopped working in edit 1400. |
1401.0.1 |
PDFX refinement: problems with the PDFX writing process falling too far behind the application are now handled by waiting indefinitely for it to catch up. After 10 seconds, a modeless dialog will appear giving the option to cancel the wait if necessary. Previously it only waited a maximum of 20 seconds, which was more than enough except in extreme cases. |
1401.0.2 |
Internationalize the two new 'waiting' dialogs. See ATEMSG.xxx 027,* for the ATE 'waiting on server' dialog, and SBRMSG.xxx 002,041-042 for the 'waiting on PDFX' dialog. |
1401.0.3 |
ATEREG.SBX 1.1(102) updated, now supports setting or retrieving ATE configuration values saved in the registry. |
1401.0.4 |
SETATEREG.LIT/GETATEREG.LIT utilities added to the release to provide command line wrappers for setting/retrieving ATE configuration settings from the server. Execute with no arguments or with /? to display help. |
1401.0.5 |
Compiler refinement (edit 740): DEFXCALL now allows all named parameters to be optional, i.e. to be enclosed in braces, e.g.: DEFXCALL MYSBR {,one=1, two=2, three$="3"}. Previously there had to be at least one mandatory parameter prior to the "{" marking the start of the optional parameters. |
1401.0.6 |
New Windows/ATE LIT command EXPLORE.LIT launches the Windows explorer. |
1401.0.7 |
APN.LIT 1.0(104) refinements: now offers to create file if it doesn't exist, like VUE; supports default extensions even when [p,pn] specified (APN DSK0:A[2,2]); if no arguments are passed, it just launches or switches to APN; now uses LITMSG.xxx 068,xxx for internationalization. |