April, 2017

now browsing by month

 

How can I do the following?

How can I do the following?

I have a widget on my main desktop. I want it to be hidden when I resume to LL, then appear with a fade in animation.

I’ve made the script below. The operations work by themselves, but when put together, nothing happens.

I guess some of these functions must be async.

var editor;

var widget = getActiveScreen().getCurrentDesktop().getItemByName(‘sectograph’);

widget.setBinding(‘i.alpha’, ‘animate(“$widgetTransparency”)’, false);

editor = LL.getVariables().edit();

editor.setInteger(‘widgetTransparency’, 0);

editor.commit();

var widgetEd = widget.getProperties().edit();

widgetEd.setInteger(‘i.alpha’, 0);

widgetEd.commit();

widget.setBinding(‘i.alpha’, ‘animate(“$widgetTransparency”)’, true);

editor = LL.getVariables().edit();

editor.setInteger(‘widgetTransparency’, 255);

editor.commit();

]]>

Hi every one, can some one explain me how do i install a template?

Hi every one, can some one explain me how do i install a template? I do wnloaded one but i cant find where to change it in LL, I just see am .apk file but how do it apply it to LL. Thanks

Multitool v2.10 Beta 4

Multitool v2.10 Beta 4

– New: experimental whatsapp badge (free feature)

Sign up as a tester here https://play.google.com/apps/testing/com.faendir.lightning_launcher.multitool

]]>

No answer for me? :(

No answer for me? 🙁

]]>

How with script can I get the 5 top used often application shortcuts?

How with script can I get the 5 top used often application shortcuts?

]]>

Pierre Hébert is it possible to use JavaAdapter with a class loaded by a classloader?

Pierre Hébert is it possible to use JavaAdapter with a class loaded by a classloader? I’d use the NativeJavaClass constructor, but it is obfuscated, and I don’t know how to get a scriptable.

]]>

Hello, could you add support for more “unread badges”

Hello, could you add support for more “unread badges” ? I really miss WhatsApp, Facebook, email notification badges…Please! 🙂

Thank you!

]]>

Hi, just started using. Need replacement to zeam. So far, it can likely work. Two question:

Hi, just started using. Need replacement to zeam. So far, it can likely work. Two question:

1. How to make icons not rotate when orientation of device switches?

I have searched and searched in the options and habe yet to find how.

2. How to add a simple web page link? Do I use a widget?

3. How to add an application dock, without having to pin items? Can I pin a panel? I can’t seem to find how.

BR! /Marcus

Hi there!

Hi there! my first post, and my first lightning setup! This setup uses 2 kwgt widgets. The rest is all lightning. The app draw is a 2nd desktop if you’re curious.

]]>

two questions for the scripting experts here:

two questions for the scripting experts here:

1. what is the best way to introduce a “wait time” or delay of a few seconds in a script?

2. when sending an intent using startActivity, is it possible to use the format “intent:#Intent;action=ACTION,package=PACKAGE …”? what is the correct syntax for sending an intent this way?

thanks! tried looking through this forum but couldn’t find any answers …

]]>