now browsing by tag

 
 

setting focus only on tap, not on scroll: implemented

setting focus only on tap, not on scroll: implemented

When I do something like scrolling in a panel, and then add an item outside of the panel, the item often moves into the panel. 

]]>

All items on my home screen vanished after reboot.

All items on my home screen vanished after reboot.

]]>

Is there a script which loops through the pages of a panel automatically (with a delay)?

Is there a script which loops through the pages of a panel automatically (with a delay)?

If not, can somebody help me writing one?

]]>

GetScreenX and getScreenY return the same value. GetTouchScreenX and getTouchScreenY are inversed (i think).

GetScreenX and getScreenY return the same value. GetTouchScreenX and getTouchScreenY are inversed (i think).

]]>

fixed

fixed

Can somebody post two scripts, one running the other via runScript?

I am not intelligent enough to use it :/

]]>

fixed

fixed

SetTimeout seems to be broken, i always get “setTimeout is not defined”.

]]>

Why do I get a NullPointerException in this script? It is launched by desktop load event. The IDs are correct.

Why do I get a NullPointerException in this script? It is launched by desktop load event. The IDs are correct.

var d = LL.getHomeDesktop();

d.getItemById(116).setVisibility(false);

d.getItemById(117).setVisibility(false);

d.getItemById(118).setVisibility(false);

]]>

I would like to resize a widget to a preset size when swiping down.

I would like to resize a widget to a preset size when swiping down.

Is it possible somehow? scripting did it

If not I would suggest to add an action for that.

]]>