now browsing by category
The new Bindings can be fun. But I have a question regarding how to set tasker variable through bindings.
I know how to set a direct variable inside the LL popup in tasker (lightning action set variable), but I can’t figure out how to set a value in tasker variable and send that through tasker bindings to f.e. a label.
I assigned a variable to a text label like this: (‘$d’,$TEST) and used lightning action set variable TEST to Hello. That works.
But if I fetch a text of the internet that I would assign to that label through bindings I am lost.
in tasker variable set %TEST to Hello. (or internet text)
What do I have to do in the lightning action set variable to make Hello appear as the label.
And how do I have to do it If I would play with color assigning.
]]>Binding is great. But for my OpenWeatherMap I bound weather-data to self.
How do I ‘bind’ self.own.current.wind.deg ?
]]>After watching the latest video about bindings feature on youtube made me realize I wanted to
try something like this but don’t know how. what i’m trying to do is instead of having 2 shortcuts(show and hide) for transparency is it possible to have only a single shortcut as a toggle?
]]>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]);
}
]]>Hi There
is there a way to get an all-app sidebar, like action or sf launcher have? without adding all apps by hand 😉
Thanks
]]>Question about panel behaviour.
When I tap inside a panel, whether it’s on an item or just its background, I see a ripple animation. This only happens in panels, AFAIK.
The question is – Is there some way to turn that animation off?
]]>Hi
Is there a simple way to notify Tasker which page number is active?
I am trying to trigger some tasks in KLWP and it would be more resource efficient to only do so if that page is displayed.
Thank you
]]>
D5 Creation