Backup Reminder
-
Simple reminder that shows a 'reminder dialog' every Interval hours set from an Anchor hour.
A JScript script command that showcases the new OnScheduledTimer Event. Great for learning DO scripting.
V 1.12
23-02-2025 : 720 hour version (30 days)Reminder.opusscriptinstall (22.7 MB)
V 1.11
19-02-2025 : fix for image not filling dialog.
dialog has to be made resizable to accomadate dialog fonts being tall or wide.
shape (aspect ratio) of dialog (which is square in the resource editor) will change depending on Prefs/Fonts/Dialogs settings.
Reminder.opusscriptinstall (22.7 MB)
Installation
see how-to-use-buttons-and-scripts-from-this-forum
Usage
Use the commands
REMINDER
- show the state of the reminderREMINDER START
- start the reminderREMINDER STOP
- stop the reminder
Argument | Type | Values | Description |
---|---|---|---|
START | /O | - | Starts Reminder using the settings that are set the in script config dialog
|
STOP | /O | - | Stops Reminder. This will cancel the OnScheduledTimer event and delete all persistant variables |
Notes
- Default Interval is set to 24 (every day). The minimum is 1 (every hour) and the maximum is 168 (every week)
- Default Anchor Hour is 12 (noon). Can be 0 (midnight) to 23 (11pm)