Lightning Launcher Users: Discussion / Ask here

now browsing by category

 

I was making Windows Phone like tiles.

I was making Windows Phone like tiles. The icons with background are looking good but the text is creating little problem. I need the text to be in bottom left corner. The options of ‘Label position’ are not sufficient. How to get the text at bottom left? This icon label needs more options and customization.

Does anyone uses the termux widget?

Does anyone uses the termux widget?

I’ve had to reinstall my phone from scratch around 2 weeks ago and since then termux widget doesn’t appear in the app widgets list…

Installed the new version of Lightning Launcher yesterday.

Installed the new version of Lightning Launcher yesterday.

I use a lot of scripting and it seems to crash now.

Previously, I used the method “LL.getAllDesktops()” and it worked fine. Now, LL crashes when I try to access the result of this function. I tried to use “getConfiguration().getAllDesktops()” instead since I saw that LL was deprecated, but LL keeps crashing.

Can someone please help me ?

Here is a preview of my code:

var dTab=getConfiguration().getAllDesktops();

var i=0,myCurrentDesktop=”default”;

myCurrentDesktop = getVariables().getString(“myCurrentDesktop”);

alert(myCurrentDesktop); // the correct value is displayed when I run the script

alert(dTab.getLength().toString()); // LL crashes without displaying this value. It crashes also if this line is removed

for(i=0;i

{

var id=dTab.getAt(i) ;

if(getContainerById(id).getName() == myCurrentDesktop)

{

getHomeScreen().goToDesktop(id);

return;

}

}

getHomeScreen().goToDesktop(getConfiguration().getHomeDesktopId());

Using a panel I want to create an infinite 2 page doc I used in nova launcher.

Using a panel I want to create an infinite 2 page doc I used in nova launcher. I was going to use a panel & pin them say they can’t move vertically but beyond this I’m unsure of where to go from there. I can’t figure out how to get it to go back the first page by swiping to the right when I’m on the second page/settings. Any suggestions?

Thanks in advance for any help given.

I have a problem i cant get Internet Permissions working even installing all apks i was pointed to..im using the…

I have a problem i cant get Internet Permissions working even installing all apks i was pointed to..im using the zunish Template..and also eher time i load Contacts or all Apps LL launcher FC’s

one more bug.

one more bug. If I have only one category in app drawer (Alphabetically) and try to change the Label/Font/Label size/label row etc (Text settings) they don’t reflect in this app drawer. I have to enable ‘My Drawer’ category and do these changes and switch to Alphabetically. Though while going into settings (clicking on ‘pen’) there is a small popup ‘Switching to MyDrawer….’ but no settings don’t have any effect from Alphabetical Category.

Observed one bug/config problem in v14.

Observed one bug/config problem in v14. I have 2 desktops. For this I am working in desktop 2. I added a icons which shows the area bookmarked using ‘Properties->Evens->Tap ->Go to specific desktop&position’ . I added 3 icons and 3 areas below. Everything worked. Then I added 4th icon and moved everything from these 3 screens, one screen below. So that I had 4icons and 4 screens in the order in which icons are listed but now the ‘Tap’ is not working on this desktop. I reassigned the ‘Tap’ but no, they all move to home screen(first screen). But If I add this property to target another ‘Desktop’ (desktop 1), it works. I reset this desktop and re-added everything but no effect. Can’t move to selected location.

Why 14 after 12? It should be 13..??

Why 14 after 12? It should be 13..??

hello all

hello all

i need little help.I have a desktop which has 3 screens/pages(A,B and C).there is picture/icon of white stripe with size over all three screens,like in picture below.is there a way to make a picture move when I scroll to the different screen/page?for example,when i move from B to A, picture moves 50 units to the left, and from B to C picture moves 50 units to the right.and when i go back to B,picture moves back to original position.

thanks for help and sorry for my bad english

One weird behaviour/bug.

One weird behaviour/bug. I have 1 text, 1 dynamic text, 1 icon. If I change the normal background of any one , that setting is applied to all 3. How to set background of individual elements?