October, 2015

now browsing by month

 

Hi, 2 questions:

Hi, 2 questions:

1: if i were to create a new item and would want to animate the movement of that item with bindings, how would I do that only using scripting?

2: is there any way to let the add item interface (with all the shortcut, app, widget, stoppoint etc. Buttons) pop up and then get the item that is added? (Maybe with getting the view for that from ll itself if necessary). And if this is even possible, could I maybe edit the view so that it only shows options for an app, or shortcut or blank item. I know I could kinda recreate the view myself, but getting it from ll would be better I think.

Thanks in advance 🙂

Colin

]]>

is there a way to explicitly start firefox or opera browser depending on the status  of wifi by scripting.

is there a way to explicitly start firefox or opera browser depending on the status  of wifi by scripting.

Firefox is my favourite browser when using mobile internet, because of the good blocking feature of images.

]]>

What is the difference between Tap and Touch Event ?

What is the difference between Tap and Touch Event ?

]]>

My current home

My current home

Using toggle scripts for visible 1/0

I love LL

Thank you Pierre Hébert​ TrianguloY​ Lukas Morawietz​

]]>

Is it possible to launch an app from a script ?

Is it possible to launch an app from a script ?

]]>

Launch an app Event not working on an icon

Launch an app Event not working on an icon

Could you check ?

]]>

For those users who have a Samsung Galaxy device, is there a way to open the Assistant Menu thru a gesture or icon?

For those users who have a Samsung Galaxy device, is there a way to open the Assistant Menu thru a gesture or icon? It seems that this is a specific system app that does not show up in anything, except thru the settings menu? I haven’t tried using Tasker to invoke it, but curious to know if it’s possible?

]]>

Hi TrianguloY​ I have Dark theme on LL settings

Hi TrianguloY​ I have Dark theme on LL settings

So perhaps something wrong in your script … Could you check please ?

]]>

I’ve just switched from Nova to Lightening and am loving the customizable aspects so far although I am still at the…

I’ve just switched from Nova to Lightening and am loving the customizable aspects so far although I am still at the bottom of that steep learning curve for now! 😀

One feature I like on Nova was the ability to disable the clock from the status bar while the launcher was displayed. Is this possible to achieve on LL?

Variable editor tool

Variable editor tool

This is a tool script to help editing the list of lightning variables.

It lets you modify current variables and/or create new ones.

How to use it:

Launch the script, the list of all current variables and an extra ‘create a variable’ entry will be shown.

Click a variable to see it’s type and value. You can modify it’s value and save it. If you click cancel it will ask to delete it.

If you choose ‘create a variable’ input a name and a value and it will be created.

Note: the variables are set using lightning’s action ‘set a variable’. This means that the value is converted to it’s type by lightning itself, this script doesn’t use the script API calls because they need to specify a type.

For the ‘how does this work?’:

Saves lightning to force it to save the variables into the variables file.

Reads the available variables from the variables file (because there is no way to obtain the variables elsewhere, or at least I don’t know how)

Shows the list of variables to choose, a lot of prompts, etc.

To set/create a value it calls lightning activity ‘set a variable’.

To delete a variable it calls LL.getVariables().edit().setString(name,null).commit();

]]>