now browsing by category

 

What’s the best way to make items fade in/out when scrolling?

What’s the best way to make items fade in/out when scrolling? For example a panel at the bottom of the screen that by the time it makes it to the top of the screen it fades out/ in.

]]>

is there a way to detect when a template is being installed?

is there a way to detect when a template is being installed?

I would like to trigger an action only once, at the time a template is installed.

(desktop resume or load event is therefore not an option).

Thanks for any hints or ideas.

]]>

Getting lots of crashes while adding or rearranging things on desktops and app drawer.

Getting lots of crashes while adding or rearranging things on desktops and app drawer. What does Lightning Launcher Live Wallpaper is not yet enabled mean? Where do I enable it? Been having fun working with panels and making a sidebar 🙂

]]>

again with this question.

again with this question. I create a shortcut inside a panel with this script, if you see in the video when edit the layout of the panel the shortcut appear without icon, but when going back the icon show again and if I long press the shortcut LL crash. Pierre Hébert What I’m doing wrong?

var d=LL.getCurrentDesktop();

var v=getVariables();

var width=d.getWidth();

var panel = d.addPanel(0,0,width,1);

var title = panel.getContainer().addShortcut(“test”,new Intent(),0,0);

title.setIntent(null);

e=title.getProperties().edit()

e.setBoolean(“s.iconVisibility”,false);

e.getBox(“i.box”).setColor(“c”,”ns”,0x80ffffff);

e.commit();

title.setCell(0,0,5,1,true);

LL.save();

]]>

Hi everyone

Hi everyone,

I tried building a preference screen to easily customize the colors and fonts of my homescreen that consists of Zooper and/or KWGT widgets. I followed the clock example on lightninglauncher.com and tried to run the script on the push of an icon, but nothing happens.

Can anyone please shed some more light on the process of accomplishing this?

I might end up creating a little add-on that can be used in conjunction with LLX to easily set up variables with colors and fonts and broadcast those values to LLX, Tasker, Zooper and KWGT.

]]>

Hello World!

Hello World!

I’m playing a bit with LLx and bindings and it’s amazing how easy it is to have great visual effects and stuff.

BUT I have a question regarding Box. I’m using a panel and want to chang background color (just for fun atm). I manage to do it with :

“cn:”+Color.argb($a*255,(1-$a)*255,255,255)

where “a” variable is a boolean.

Now I want to use animate function to fade in/out color and transparency when changing value of “a” but I didn’t find how to do that (tried many things with quotes).

Someone can help me please?

Enjoy!

]]>

Hi, PLS how to add a bigger picture on my screen (as a big scalable icon – not background)? THX

Hi, PLS how to add a bigger picture on my screen (as a big scalable icon – not background)? THX

]]>

Hi guys

Hi guys,

I’m still stuck on this issue below. Does anyone have any ideas?

Originally shared by Rudolph van Coppenhagen

Hi everyone,

I have a menu that opens up when I tap an icon, but while it opens I would like to scroll the screen down. Now, to do this I could just use a bookmark as my button, right? This I get…but what do I do if I want the screen to scroll back up when the menu closes?

Do I need a script for this?

]]>

Every time I try to add a dynamic text showing unread G-mails on my homescreen, LL just displays the current date.

Every time I try to add a dynamic text showing unread G-mails on my homescreen, LL just displays the current date.

In the section for the G-mail label to choose, there is none showing up, just a „cancel“ button.

Any idea, what I’d be doing wrong?

]]>

This is rather complicated to explain…

This is rather complicated to explain…

If I go into a folder’s preferences then the content has a certain normal color. When I go into the layout mode of the same folder, the color is different.

I need to make this background color dynamic and I would use the box property with a variable, but then the material effect of the icons disappear. This does not seem right since no settings of the icons are being modified.

If this is indeed how it is intended to function, then I’ll have to modify the content normal color preference setting for each folder I wish to make dynamic in this way.

Is this where the “LLPreference” class is used?

]]>