now browsing by category

 

How would I create an intent for the default browser to go to an specified URL?

How would I create an intent for the default browser to go to an specified URL?

item.setIntent( ??????);

]]>

Hi. I know this isn’t a lightning issue, but it has me baffled. I have a stock HTC M8.

Hi. I know this isn’t a lightning issue, but it has me baffled. I have a stock HTC M8.

When I go to settings – desktop – Wallpaper – change the wallpaper, I am always presented with the HTC theme wallpaper selection. i.e. I can’t browse to images elsewhere.

I can’t see any defaults to clear under apps in the android settings.

Any ideas?

]]>

can anyone tell me if this launcher drains more battery and ram than nova launcher?

can anyone tell me if this launcher drains more battery and ram than nova launcher?

]]>

There is a way to know if a script is still running?

There is a way to know if a script is still running?

Let me explain better…

I have this kind of script:

//start—

var script=LL.getScriptByName(“name”);

script.setTag(“something”,something)

LL.runScript(“name”,0);

/in the other script i do something and then i set a tag on that script/

var value=script.getTag(“otherthing”);

//do something with value

//end—

the other script takes time to do all its calculations and in the meanwhile the current script has already taken the tag from that script.

In this way the current script takes always the tag of the precedent execution!

That’s why i need to know if the other script is still running.

P.S. i already tried to use JSON for a faster data passing, but nothing has changed…

]]>

I’m trying to create a composed color using a color choosed by me and another preset color that goes in overlay.

I’m trying to create a composed color using a color choosed by me and another preset color that goes in overlay.

To do this i used some android classes and this is the outcome:

var color = LL.pickColor(“”,some color,false);

var add = 0x9050…..;

var drawable = new ColorDrawable(color);

drawable.setColorFilter(add,PorterDuff.Mode.OVERLAY);

var col = drawable.getColor();

It gives me no error, but it returns always the choosed color.

I tried with other different PorterDuff modes and the result is always the same…

Am I doing something wrong or this is impracticable on LL?

Please i need a quick answer!!

EDIT: I did some research and i realized that setting a color filter on a ColorDrawable has no effect…

There is still another way to do the same thing??

]]>

Hello

Hello,

Not sure this is a LL issue/change but since I am using LL and LL lockscreen, this seems the best place to ask. I have recently done the Android 5.0 update, and LL works fine. But I have noticed a major change in behaviour (not sur if LL or Google). Before 5.0 when locking phone while on an app, I would get back to the app when unlocking. With 5.0 as I unlock the phone I am systematically back to desktop. 

Is there a way to prevent this from happening and get back to the previous behaviour.

]]>

Is it possible to select multiple icons with a panel or folder and update their properties all at once?

Is it possible to select multiple icons with a panel or folder and update their properties all at once? e.g. setting reflection, scale, etc?

]]>

Is there a way to scale padlock in lockscreen, or change it for something different?

Is there a way to scale padlock in lockscreen, or change it for something different?

]]>

Hi

Hi,

need help with bindings. 

i added a binding to an item with transparency like this:

animate(“$t_val”,100,”li”,200);

last parameter means: The animation offset in milliseconds. (optional, default is 0ms)

depending on another variable $t_on_off (true/false) i like to have a different offset.

animate(“$t_val”,100,”li”,$t_offset); does not work.

also 

 if ($t_on_off == true) {animate(“t_val”,100,”li”,0) } else {animate(“t_val”,100,”li”,1000)} 

does not work.

any other ideas to get it ?

]]>

I just set up Lightning Launcher to replace my Car Home Ultra app.  One less app on my device.

I just set up Lightning Launcher to replace my Car Home Ultra app.  One less app on my device.

However, if i hit the back button on my GS5, it will take me to the other desktop.  How can i disable that, or can it?

]]>