Help when I use this script Lightning Launcher get force stop.what to do?
Help when I use this script Lightning Launcher get force stop.what to do?
function myfunction()
{
var d = LL.getCurrentDesktop();
var b = d.getPositionX();
var x = b/2;
d.getItemByName(“Welcome”).setPosition(x,0);
setTimeout(myfunction(),100);
}
myfunction()
]]>« Is there any way to block ‘size-in’ and ‘size-out’ two-finger gesture on the main screen? (Previous Post)
(Next Post) Hi Pierre Hébert »
< ![CDATA[
setTimeout(myfunction,100);
Without the ()
]]>