now browsing by category
Unsure if I’m missing something, but is it possible to cut and paste a shortcut from the main desktop into a folder…
I’ve an app that allows you to create a shortcut but it places it on the desktop whereas I want it inside a folder.
Possible or not?
]]>I can assign “launch a shortcut” or “open a folder” to a gesture on a desktop.
I know there’s a script for that also, but this always gives me the following error:
At line 95: type error: cannot call “GetTag” method of null (gesture launcher#95)
Also i would prefer to set this specific action as a global setting for the whole desktop, so i guess the above script might not meet my needs…
]]>Can the animation speed of folder animations be changed?
Hi there!
Hi there!
I’m trying to use nine patch for the first time, but I don’t understand why in the app drawer, some of the icons don’t apply the nine patch (normal background)
Is there something I missed?
Thanks
]]>Has anybody got an issue with widgets not updating?
I trying to update icons for shortcuts via a script.
var APLight = LL.getCurrentDesktop().getItemByName(‘AppsPanelTheLight’);
var all = APLight.getContainer().getItems();
for(var i=all.getLength()-1;i>=0;–i)
{
var item = all().getAt(i);
var icon = LL.createImage(“/sdcard/Stuff/Icons/test22/” + item.getName() + “.png”);
item.setImage(icon);
}
]]>Is there a way to use ‘rearrange items’ on a panel with widgets but keep the widget’s sizes?
How can I create/edit scripts from a PC without having to do something like copy the text file to the phone, open…
Does anyone have a script for a desktop bookmark toggle switch?
I really have been using LL for more than 2years, but there is still only one thing i can’t understand…Stop Point :P
You know, Stop Point has ‘match edges’.
My question is… What is ‘match edges’?
]]>
D5 Creation