Answered
How to periodically redraw the script's UI
I am writing a jsx script.
Is there any way to periodically redraw the UI?
I want to periodically rewrite the StaticText to show the time.
I am writing a jsx script.
Is there any way to periodically redraw the UI?
I want to periodically rewrite the StaticText to show the time.
Resolved.
There was a method called "app.scheduleTask()".
This method could be used to periodically call any function,
As a result, periodic StaticText rewriting is now possible.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.