July, 2017

now browsing by month

 

Is it possible to get a line break in an app label, so the text gets displayed on two lines?

Is it possible to get a line break in an app label, so the text gets displayed on two lines? I’ve read some thing about “basic HTML”, so I’ve tried
without success.

Rounded Corners PRO

Originally shared by Jappie Toutenhoofd

Rounded Corners PRO

Auto theming / light or dark

]]>

Rounded Corners PRO

Originally shared by Jappie Toutenhoofd

Rounded Corners PRO

Auto theming / light or dark

Finally 7.1.1 arrived on my phone. How can I access app shortcuts with LL?

Finally 7.1.1 arrived on my phone. How can I access app shortcuts with LL?

Any way to change the launch animations of apps opening from a gesture?

Any way to change the launch animations of apps opening from a gesture?

My homescreen function as the follow:

-Swipe Right to open two folders, one as a background effect and the other as a side menu

-Swipe Up to open App Drawer

-Swipe Down to open Phone

The problem is that I want the App Drawer to slide from bottom to top, and the Phone from top to bottom, but the only thing I can do is set both to launch on a certain way by selecting the default launch animation of the Desktop, and even then sometimes Lightning Launcher gets confused and opens using the launch animation from the Folder Menu

]]>

BUG REPORT

BUG REPORT

Hi. I am experiencing force close. The error occurs on the SearchView handler function generated by the script attached. It’s used on the CreateScript event of a CustomView. One of the overridden methods of the handler function works fine. I assume because I am calling the “LL.runScript”. The execution of the other one that directly calls “makeNewToast” is throwing the error. 

I used the script as a way to experiment on how to override java functions for stuff like the SearchView. I guess the “runScript” will be the way to go in overridden handler methods. 

https://drive.google.com/file/d/0B3gBrNxyY4YWNGVvXzh4dHA1b1U/view?usp=drivesdk
]]>

Hi friends I have a sketch pad but it is not working I tried too much what I do tell me the proper solution

Hi friends I have a sketch pad but it is not working I tried too much what I do tell me the proper solution

How do I change the animation into and out of the App Drawer?

How do I change the animation into and out of the App Drawer?

]]>

I keep changing the “long press” event on desktop to “Show App Shortcuts”, but after a few days, I find it keeps…

I keep changing the “long press” event on desktop to “Show App Shortcuts”, but after a few days, I find it keeps reverting to “Move Item”. Why is this, and how do I keep it to one action?

]]>

So I’m trying to make a launch animation with bindings, but something weird is happening.

So I’m trying to make a launch animation with bindings, but something weird is happening.

I have this script on the tap event:

function setAndClearTimeout(func, timeout){

var id = setTimeout(function(){

clearTimeout(id);

func();

}, timeout);

}

getVariables().edit()

.setInteger(“itId”, getEvent().getItem().getId())

// .commit()

//getVariables().edit()

.setFloat(“launchScale”, 0.75)

.commit();

setAndClearTimeout(function(){

getVariables().edit()

.setInteger(“itId”, 0)

.setFloat(“launchScale”, 1)

.commit();

}, 1000);

With this binding on an item

$itId === item.getId() ? animate(“$launchScale”) : 1

What happens is: the item scale snaps to 0.75 en then back to 1 without animation. If I uncomment the lines

// .commit()

//getVariables().edit()

The downscaling is animated, but the upscaling is not (what i want on this case)

Does anybody know why the first method doesn’t work and the second does?

]]>