Daz Timer

Anyone can show me a working example of the daz timer? this code dosn't work for me:
 

var timer = new DzTimer();
timer.singleShot = true;
timer.timeout.connect(function() 
{
    MessageBox.information("Time's up!", "Timer Alert", "&OK");
});
timer.start(3000);
Post edited by MehdiZangenehBar on
Sign In or Register to comment.