setTimeout Object in 4.4?
Hi everyone, I'm trying to implement a timeout object as follows
setTimeout.createObject(root,{ interval:300 ,running:true }).triggered.connect(function(){ console.log("completed")})
It seems that it's not working in 4.4. can anyone confirm that please? Is there any workaround to get it working with 4.x?
Thanks
Comments
nevermind, it worked, probably had an error somewhere else.