Skip to content

BeforeUpdateDisplay

Fellippe Heitor edited this page Jun 17, 2018 · 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