Skip to content

BeforeUpdateDisplay

Samuel Gomes edited this page Feb 12, 2024 · 2 revisions

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
Clone this wiki locally