XWidgetSoft Forum
https://www.bbs.xwidget.com/

SetInterval Function
https://www.bbs.xwidget.com/viewtopic.php?f=7&t=2083
Page 1 of 1

Author:  vlad [ September 5th, 2012, 2:36 am ]
Post subject:  SetInterval Function

How to use this function anyway ?
I tried each one but non have worked...
Code:
setInterval("update",200);
setInterval(update,200);
var intVar = setInterval(function(){print("??");},200);
setInterval("function(){update();}",200);
setInterval(function(){update();},200);
widget.setInterval(function(){update();},200);
widget.Root.setInterval(function(){update();},200);
function update()
{
    print("update");
}
function update2(value)
{
    print("update");
}

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/