March, 2014

now browsing by month

 

I have one idea…

I have one idea…

default grid is 5×5. After first install are on bottom 3 pinned icons, and Honor pinned items in edit mode are “yes”.

If greenhorn user set new grid – for example row to 6, on desktop have now on bottom one empty row. Is it possible add this one (or more row) to top, not to bottom? (pinned items will be still on last row).

And different example (worse). If same user set different grid for example to 4 row… Now greenhorn lost one row and not see pinned 3 icons! And absloutly dont know what can doing with this, because icons are pinned and default is yes in Honor pined items in edit mode (in edit mode greenhorn not see this tree icons). Is it possible remove this one (or more row) from top, not from bottom?

]]>

I have found a small language issue for the french version : if i go in menu “Personnaliser Lightning”, there are 3…

I have found a small language issue for the french version : if i go in menu “Personnaliser Lightning”, there are 3 options and the third one is mistaken : “Vérouiller” instead of “Verrouiler”.

]]>

v9.9.11 beta (again !)

v9.9.11 beta (again !)

Since the previous 9.9.11 has never been available because of Play system errors yesterday, I added some more bug fixes to this version…

Edit: it seems Google Play has been repaired, at last ! The update should start to appear soon through the regular update system.

Changelog:

    – some fixes related to the app drawer (need a reset to resolve mixed icons issue)

    – fix script LL.getCurrentDesktop() (fixes the bug with the pin code lock screen)

    – fix script Folder.close()

    – fix script Item.setSize()

    – fix missing script Window.setTimeout()

    – fix a problem when adding stop point through the menu key

    – fix the Desktop settings linked with the app drawer, when reached from the app drawer, and renamed “All Apps” to “App Drawer”, “Desktop settings” to “Current desktop”

There is also an experimental items hierarchy viewer, under the “Items / Hierarchy…” long tap menu. This is incomplete because items infos are not yet available, but I would like to get your feedback on this way to browse items.

]]>

Hello

Hello,

I need help from script or tasker guru. I want to create a shortcuts that move 2 panels too the specified position.

I can easily create 2 separate shortcuts. And I got the intent for the corresponding shortcuts (e.g. “#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=3.8146973E-5;f.x=0.46585464;i.p=137;end”).

So I tried to use Tasker as suggested in a previous discussion using the Script/Run shell task and entering in action:

am start “intent:#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=3.8146973E-5;f.x=0.46585464;i.p=137;end”

But it does not work on my phone. I tried a lot of thing, removing the “, removing the \ before the / (and the opposite)… I just can’t get to make it work.

So if any of you script or tasker guru could help me on that. I would be eternally grateful :p

]]>

Just two little things:

Just two little things:

-In the editor, don’t know others but the popup with the suggestions is almost invisible. ( at the top the screen, yes that) It is shown well when I swipe down from it.

-Now we have the line where errors happens…how about make numbered lines in the editor?

]]>

Tree info

Tree info

Well, you can’t click anywere, just see the tree of items, their name (or type) and the id.

Hey, I made this in 30 minutes. Not bad 😀

Just run it from where you want. By default it will also replace the output log with the information. comment the bottom line to avoid this (add // at the beginning of the sentence)

WARNING: If you have a loooooot of items it could crash, but I’m almost sure you don’t have as much as I have. 😉

————————–

var str = “List:”;

var str2 = “”;

function addToStr(cont,h){

var items=cont.getItems();

var l = items.getLength();

for(var i = 0;i

var item = items.getAt(i);

var type = item.getType();

str+=h+ ( type==”Shortcut” || type == “Folder” ? item.getLabel() : “{“+type+”}” ) ;

if( item.getType()==”Panel” || item.getType()==”Folder” ) {

str+=”¦ Id:” + item.getId() + “\n”;

addToStr(item.getContainer() , h+” ¦”);

}else{str+=” Id:”+ item.getId() + “\n”;}

}

}

var desktops = LL.getAllDesktops();

var len = desktops.getLength();

for(var j = 0 ; j

var desktop = LL.getContainerById(desktops.getAt(j));

str+=”\n”+desktop.getName()+” Id:” + desktop.getId() + “\n”;

addToStr(desktop , ” ¦” );

str2+=str;

str=””;

}

var appdrawer = LL.getContainerById(99);

str+=”\nApp drawer Id:99\n”;

addToStr( appdrawer , ” ¦” );

LL.writeToLogFile(str2+str, true ); //this will add the string to a file, true to clear before, false to append

alert(str2+str); //this will display the tree in one popup (alert)

]]>

SweetAsCandy

Originally shared by gerd reuter (werksmannschaft)

SweetAsCandy

Lightning Launcher (eXtreme)

Zooper Widget pro

Tasker

Media Utilities

Simple Rss Widget

Horizontal/Vertical Scroll

FolderPopup

Video:

SweetAsCandy

]]>

Is there a way to disable all drawer views, except custom one?

Is there a way to disable all drawer views, except custom one?

]]>

Looking for help with LLX, on a Galaxy S3 running 4.3.

Looking for help with LLX, on a Galaxy S3 running 4.3.

I was organizing My Drawer.  I had a folder with some apps in it.

I was just moving it around and it vanished.  Can’t find it anywhere.  I’ve zoomed out to see if it just went far away, and I’ve checked to see that it isn’t under (or in) some other item.

And I cannot figure out how to put the apps that were in it back into My Drawer.

Can you please help?

]]>

fixed

fixed

SetTimeout seems to be broken, i always get “setTimeout is not defined”.

]]>