now browsing by tag

 
 

Latest system software update for Samsung Galaxy S8+ changed smth and now the overlap content option of the status…

Latest system software update for Samsung Galaxy S8+ changed smth and now the overlap content option of the status bar is not working as before

]]>

I have this test script:

I have this test script:

var e=LL.getEvent();

var it=e.getItem();

//get default icon

var img=it.getCustomIcon();

it.setCustomIcon(img);

var img2=it.getCustomIcon();

alert(img+”\n”+img2);

If I run it on a new shortcut, it writes null null

If I set a custom icon to that shortcut and run the script again, the launcher becomes unresponsive

]]>

What is this error?

What is this error?

It’s from a script run on the new resume event of a folder.

]]>

I have a panel inside a folder, used by my scrollbar.

I have a panel inside a folder, used by my scrollbar. The opener icon of the folder is set as grid and because the scrollbar is aftet the third item in the folder; the folder icon has a blank space. 

]]>

Interactive proportional scrollbar for both horizontal and vertical scrolling.

Interactive proportional scrollbar for both horizontal and vertical scrolling.

http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_scrollbar_interactive

Please post feedback and comments below :P

]]>

1.

1. After the v9.9.13 update I had to go to each folder and set icon style to Icon then back to grid in order to have the default background inherited from the desktop.

2. How can I set the old background but still have a custom one on that desktop?

]]>

I have a Folder inside another Folder and want to use openFrom in order to apply an offset to X position.

I have a Folder inside another Folder and want to use openFrom in order to apply an offset to X position.

Can’t get the correct Y position, need help. Probably the X coordinate is also wrong but it works for my current layout.

What I use atm:

var y = item.getParent().translateIntoScreenCoordY( item.getCell().getTop() ) + item.getHeight() / 2;

What I want is to open the folder from the middle of the item.

This fails when I scroll the container.

]]>

1.

1. Currently we have “auto close” for folders; it will close the folder when an app from it is launched. I’d like to close a folder when another folder is opened (from the desktop or panel or folder).

I’d like to have 2 open folders but not 3.

I want to use folders because I can’t hide panels.

Is there any other way of doing it?

2. Is there a way to disable gestures on a desktop? I have a desktop locked in portrait and one that can be both portrait and landscape and I don’t want my folder gesture to work in landscape.

]]>