setTimeout method

Hi everybodies,
if i call the javascript standard function setTimeout(‘post_timeout_func()’,_timeToWait) Servoy gives an exception as the function is not supported.
I’ve also tried the ‘http’ plugin but it’s not my goal.
what i want to do is simply show a window and close it after 5 seconds for example.
is there a way i can use timeouts in servoy?

thx in advance

For that you can use the scheduler plugin.

omg i feel so stupid i didn’t notice it before!
thx a lot