May, 2015
now browsing by month
All scripts are shown as empty, while the files are not.
V12.5b1 beta
Edit: 12.5b3, 12.5b4 to fix bugs
Surprise! I have been silent about this new beta and its content, now it’s time to release this new beta. It has been mostly implemented since a while but… things are not always linear.
It’s all about what I am calling “bindings”. In short this is a way to set and animate items properties using variables.
Please watch the video for a brief introduction. There is also a wiki page about bindings and variables here: http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=bindings
Bindings can be seen as an easier to use interface for settings properties, much simpler than scripting. Under the hood bindings use scripting features, and as a consequence, variables can read and written through scripts too. And variables can be set from Tasker and other third party apps too.
This first implementation is deliberately reduced. I especially plan to extend the collection of “builtin” variables with notifications and system data. Progress will be slow though.
Have fun!
For the tasker users, and missed it.
Edit your tasker scenes on you Desktop!
https://plus.google.com/u/0/communities/105195043581156551168
]]>Newbie here.
Newbie here. How to make the icon in drawer bigger? Also would like to add persistent search bar on home screen but couldn’t figure that out either.
Hello here!
I’m trying KLWP but cannot get it to actually work… (the default klwp setup)
I’v found this :
“In Desktop settings, Events, enable Wallpaper tap for tap event.”
But it doesn’t work either..
Any suggestion?
Lollipop 5.1
]]>After installing a new custom ROM, LL only detects one page on my app drawer.
I’d probably just gonna install a new custom rom as I can’t live without LL right now and I think the problem lies in the ROM anyway. But I’m gonna ask anyway if there is a fix. Seems to only happen on custom ROMs with Google now launcher as default.
]]>I’m very new to Javascript.
Can anyone help and let me know where is exactly my mistake in below code.
I have a panel with 5 text items and trying to update the value via JS.
var c = LL.getEvent().getContainer();
var pnl = c.getItemByName(‘pnlPrayer’).getContainer();
var prayernames = [“lblFajrTime”, “lblZuhrTime”, “lblAsrTime”, “lblMagribTime”, “lblIshaTime”];
var prayertimes = “05:40,12:20,03:40,06:50,08:20”;
prayertimes.split(“,”);
for (i = 0; i = 5; i++) {
var lbl = pnl.getItemByName(prayernames[i]);
lbl.setLabel(prayertimes[i]);
}
]]>Lightening launcher panel problem :
Lightening launcher panel problem :
Trying to create the height of a panel. I’m the settings it should be 3 rows high but the visible height of the panel remains as 1 row:(
Suggestions appreciated!
(continued from different screen shots: https://plus.google.com/104271262832831435370/posts/4Tq3nQyRuCq)
And can anyone delete panels? Mine are stubbornly refusing to delete.








D5 Creation