We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The BeforeUpdateDisplay event is triggered at around 30fps, right before you form is repainted.
You can adjust the refresh rate to a higher number (not lower than 30 though) by using the SetFrameRate method:
SUB __UI_OnLoad SetFrameRate 60 END SUB