Simone Boccuzzi (KLR)

now browsing by tag

 
 

Is it possible to change the App Drawer Action bar color through scripts?

Is it possible to change the App Drawer Action bar color through scripts?

]]>

Guys, does nine patches really works on LL?

Guys, does nine patches really works on LL? Cause I set a nine patch as normal background of an item and it is applied as a normal image D:

EDIT: before someone says it, I create the IMG on Photoshop and then I modify it on draw9patch tool from android SDK… So it is inevitably a nine patch.

———

Yes, it has .9.png as extension.

]]>

Is there a way to put always on the highest layer (Z index) an item everytime an item is added?

Is there a way to put always on the highest layer (Z index) an item everytime an item is added? 

]]>

Pierre Hébert​ thanks for the last beta, It is what I always dreamed for LL :)

Pierre Hébert​ thanks for the last beta, It is what I always dreamed for LL 🙂

However, I had to report two bugs:

-Next and previous desktop actions doesn’t work properly. When desktop is changed, it change back to the home desktop.

-When the “show floating desktop action” is launched, it goes first on home desktop and then show the floating desktop (just like the open folder action).

Everything else woks good, and as always, I hope this helps!

]]>

Sorry guys, the hunger for knowledge is not subsiding… xD

Sorry guys, the hunger for knowledge is not subsiding… xD

Is there a way to get in input all the items detatched from the grid in a container and set their width?

]]>

Can someone tell me how to exactly use the setBoxBackground method, please?

Can someone tell me how to exactly use the setBoxBackground method, please?

]]>

It’s possible to create a kind of “music widget” (obviously through CustomViews) for all music players without using…

It’s possible to create a kind of “music widget” (obviously through CustomViews) for all music players without using the notification access?

]]>

Pierre Hébert  I have 2 really helpful suggestions and mostly easy to implement (i guess):

Pierre Hébert  I have 2 really helpful suggestions and mostly easy to implement (i guess):

– Two new standard variables: PositionX and PositionY of the container in which is the item concerned;

– The possiblity to set bindings in general properties of the container;

I hope this helps! 🙂

]]>

Pierre Hébert

Pierre Hébert 

it’s a really crazy question and maybe someone else will agree with me.

It would be possible to run a folder outside the LL context?

e.g.  set the Open Folder shortcut in navbar (or any other thing, for example a gesture or a launchbar)  and the folder windows opens on the curent app in overflow instead of lightning launcher.

This would change everything, we could bring LL everywhere!!

]]>

TrianguloY​ I hope you can give me some help with your scripting knowledge.

TrianguloY​ I hope you can give me some help with your scripting knowledge.

Maybe it is a bug… Anyway, I think the problem is commit method.

I had the same problem with another one of my scripts that use two commit() in the code, and there was also the “property set” to statusbar and navbar.

I guess it’s better if I post directly the code here:

——————————

var desk=LL.getCurrentDesktop();

var edit=desk.getProperties().edit();

var maincol= LL.pickColor(“main color”,0xffffffff,true);

if(maincol!=null){

edit.setInteger(“statusBarColor”,maincol);

edit.setInteger(“navigationBarColor”,maincol);

LL.setVariableInteger(“main”,maincol);

}

edit.commit();

——————————

The video shows that works only the first time, as in the previous script

]]>