now browsing by category
I’m STARTING to actually find my way around in LL (no more groping around in pitch darkness LOL).
Please confirm:
Folders, including sidebars, can be hidden (no icon on desktop), and opened via a gesture (eg: a dock to toggle, as in Nova).
A panel, on the other hand, can scroll, but cannot be hidden and set to a gesture toggle.
Am I on the right track here?
Sorry…total LL noob. 😮
]]>Hi Pierre Hébert​
Hi Pierre Hébert​
The SMS script from Jay M​ is no more working on the last update
Was fine before
]]>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?
Any one can tell me in detail that how can I repeat(loop) a script rapidly.
Is there a script where I can swipe from one place on the desktop to another?
Is there some easy way to use a binding to make an item spin forever?
Is there any particular trick to applying Media Control permission via the newly provided apk?
I’m on a Samsung S7 Edge; 6.0.1; no root
]]>Help setInterval not working
var play;
function myfunction()
{
var d = LL.getCurrentDesktop();
var b = d.getPositionX();
var x = b/2;
d.getItemByName(“Welcome”).setPosition(x,0);
}
setInterval(myfunction,10)
myfunction();
]]>
D5 Creation