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()

]]>

One Commentto Help when I use this script Lightning Launcher get force stop.what to do?

  1. Anonymous says:

    < ![CDATA[

    setTimeout(myfunction,100);


    Without the ()

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *