Code: Select all
v28.10.0102 - 2025-12-16 16:41
+ SC echo enhanced: You can now state a duration after which the dialog will
auto-close.
Syntax: echo text, [topic], [subtopic], [duration]
duration: (optional) Time in ms after which the dialog auto-closes.
Remarks:
- The dialog is both modal and synchronous. The script will only continue after
the auto-close (or after actively pressing a dialog-closing button). This makes
the auto-close dialog quite an interesting addition to your scripting.
- There is a little animation to tell you when it's over.
- The timing is not super-exact. Run some tests before using it to boil an egg.
Example:
echo "hi!", 3:=5000; //auto-close after 5 seconds
! Live Filter: Didn't work for Bit Depth (eg 16-bit) because it was incorrectly parsed
as a range (16-to-bit). Fixed.
! Wav Length: The duration of some exotically formatted WAV files could not be read
natively from the file. Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club