Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

BeforeUpdateDisplay

Samuel Gomes edited this page Nov 25, 2022 · 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