July, 2018

now browsing by month

 

Hi everyone, I want to bind a shortcut to open the recent apps and I found this…

Hi everyone, I want to bind a shortcut to open the recent apps and I found this http://www.lightninglauncher.com/wiki/doku.php?id=script_open_recents

but it seems this no longer works on recent android versions, in a stackoverflow answer I found it says that the package name changed for android 5.0+ to “com.android.systemui.recents” (an extra s), changing it still doesn’t work and then in the LL api docs it says that LL class is deprecated but the lightning class doesn’t have the methods used in the example script so I’m lost here.

any trick to open the recent apps screen from a shortcut would be very much appreciated.

http://www.lightninglauncher.com/wiki/doku.php?id=script_open_recents

Multitool: V2.14

Multitool: V2.14

– 3 new Animations: Flip3D, Turn and Cube

– Lots of under the hood changes and fixes

Note: Most Lightning plugin components have to be recreated to work with this release

Get it here https://play.google.com/store/apps/details?id=com.faendir.lightning_launcher.multitool

]]>

I use a lot the possibility to add text directly on desktop, after 20 lines the buttom bar with the buttons -cancel…

I use a lot the possibility to add text directly on desktop, after 20 lines the buttom bar with the buttons -cancel -ok disapear, maybe bug

It will be great if it could be fixed

can anyone share an example script that will change a panel’s background color? Thanks in advance.

can anyone share an example script that will change a panel’s background color? Thanks in advance.

can someone share an example script to change the background color of a panel.

can someone share an example script to change the background color of a panel.

I’m having trouble even identifying the panel via script.

var p = LL.getCurrentDesktop.getContainerById(‘#790001’);

does not work

var p = LL.getCurrentDesktop.getItemByName(‘myPanel’);

does not work

var p = LL.getEvent().getContainer();

does not work.

once I get the panel via code I’m also having trouble accessing the background color property.

Box documentation shows that I would use a string such as:

cn:0xffff0000

but where? example– item.SetBoxBackground(‘cn:0xffff0000’);

does not work. nor anything else I’ve tried.

I’ve found very little documentation about this. Any help would be appreciated.

]]>

Did you know that in addition to acceleration and deceleration, animate also has an ease option that combines the…

Did you know that in addition to acceleration and deceleration, animate also has an ease option that combines the two. So in addition to ‘ac’ and ‘de’ you can use:

animate(‘$mover’,’1000′,’ease’)

Still in development.

Still in development. Inspired by a skin for Kodi called Eminence 2.0. I was able to duplicate the style almost exactly from scratch. Though Eminence was designed in landscape for movies, it works well in portrait for apps as well.

As remarkable as LL is, icon images cannot be dynamically changed without scripting, and there are no scripting…

As remarkable as LL is, icon images cannot be dynamically changed without scripting, and there are no scripting examples for it. Tasker cannot do it either without Zoom, and Zoom is… you know.

For scripting, what is the object hierarchy needed to address screen items, say, image of an active, tapped icon? This is something that won’t open up at all for me in the LL manuals.