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…

Unsure if I’m missing something, but is it possible to cut and paste a shortcut from the main desktop into a folder or panel?

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 can assign “launch a shortcut” or “open a folder” to a gesture on a desktop. But can i also use a gesture (like “swipe left”) to open a specific item on the 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?

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?

Has anybody got an issue with widgets not updating? I haven’t really used my phone that much lately but yesterday I noticed that all my widgets including Zooper, eye-in-sky, and gReader pro aren’t being updated

]]>

I trying to update icons for shortcuts via a script.

I trying to update icons for shortcuts via a script.  I have a bunch of shortcuts in a panel, and I have several sets of icons that I use (just because I do).  The icons aren’t part of an icon pack, so I can’t just apply an icon pack to the panel, but instead set the icon individually for each shortcut.  I have the icon files named the same as the names I assigned to each of the shortcuts, and the following script mostly works to change update the icons, but it displays only a portion of the image from the file.  Is it L.createImage() which is the problem?  Do I somehow have to specify dimensions?

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?

Is there a way to use ‘rearrange items’ on a panel with widgets but keep the widget’s sizes? Currently it seems to scale them to be the same size. I’d just like them all to move upwards automatically so there are no gaps as I’m planning to have some displayed dynamically at some point so I can’t manually position them.

]]>

How can I create/edit scripts from a PC without having to do something like copy the text file to the phone, open…

How can I create/edit scripts from a PC without having to do something like copy the text file to the phone, open it, and then copy and paste back to the script editor in Lightning?

]]>

Does anyone have a script for a desktop bookmark toggle switch?

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

I really have been using LL for more than 2years, but there is still only one thing i can’t understand…Stop Point 😛

You know, Stop Point has ‘match edges’.

My question is… What is ‘match edges’?

]]>