now browsing by tag

 
 

As you can see on video…

As you can see on video…

I have desktop with 3 page. On home page I have pinned panel (as Dockbar). Panel have 3 page. All apps shortcut in panel is pinned.

Up gesture is set for doing this script:

var item = LL.getCurrentDesktop().getItemById(0x00001a);

if ( item.isVisible() )

item.setVisibility(false);

else

item.setVisibility(true);

My problem…

On desktop/3 page I have on bottom for example some folder. This folder have set z-index to most bottom. And I need, if is panel =visible, don’t show any items behind this panel.

What I must set by bindings, or by script? TrianguloY​

]]>

events

events

volume up key

volume down key

volume up key (long)

volume down key (long)

power button (long)

pinch open (by to fingers)

pinch closed (by to fingers)

rotate counter-clockwise (by to fingers)

rotate clockwise (by to fingers)

Two-finger touch on desktop

Two-finger long-press on desktop

Two-finger double touch

https://www.google.com/design/spec/patterns/gestures.html#gestures-touch-mechanics

LL action:

open quick settings

open recent apps

hide/show selected panel

voice search (google cards/ google now)

show power menu

volume down

volume up

zoom in

zoom out

]]>

Please add new option to settings / app drawer /

Please add new option to settings / app drawer /

Lost+found.

Now is everytime automatically used last screen position for app drawer. Please enable this as choise. In standard please open in first page. Pierre Hébert​

]]>

1) Please enable change animation for action panel in app drawer.

1) Please enable change animation for action panel in app drawer. Now is everytime opened to down and close to up. I mean, you can use same option as you have for folder animation…

Now I listing with app by left/right, and action panel is show down and hide up way… It is terrible effect.

2) if is changed scroll direction, this change have effect to page Indicator…. (of course)

Pierre Hébert​

]]>

Is it possible doing by bindings something this?

Is it possible doing by bindings something this?

If is desktop set as locked screen (or floating desktop) do something (for example show/hide items). Pierre Hébert​, TrianguloY​

]]>

B4 Pierre Hébert​ I have everytime crash, if I open settings/general.

B4 Pierre Hébert​ I have everytime crash, if I open settings/general.

]]>

Pierre Hébert​

Pierre Hébert​

I try set change position every 2 second for icon by bindings. On normal desktop working good. But if I set this desktop as float desktop, icon is still on same place.

]]>

bindings is perfect function.

bindings is perfect function… but for ordinary users They may be less used. Users do not know what values can be entered.

I doing one hour same mistake (with font style). After TrianguloY answer i can doing correct code – before i dont know this link: http://www.pierrox.net/android/applications/lightning_launcher/script/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html

My suggestion. Bindings/add binding/ select property/ open tree menu /  tap to item doing selecting binding… this is OK, Long tap doing nothing. Please add to long tap link to help guide.

Pierre Hébert

for example after click to font style show help with this: NORMAL/BOLD/ITALIC/BOLD_ITALIC

]]>

I will like change Font style by bindings.

I will like change Font style by bindings. But i dont know, what value is correct for normal, bold, italic, bold & italic in bindigs…

I mean for example this (it’s silly, but for demonstration)

set for bindigs/text/font style

if ($ll_second > 45){

return “bold”;}

else if ($ll_second >30) {

return ‘italic’;}

else if ($ll_second >15) {

return Normal;}

else {return bold and italic ;

}

(nothing from this not working for me). What i must set to return value?

TrianguloY 

]]>

bindings value

bindings value

Pierre Hébert

Can you please do something about this problem?

for example… in czech language is sunday translated as neděle

$ll_day_name == “neděle”

If i add to conditions word neděle, this will working good, but if i add word sunday, bindings cannot working because $ll_day_name != “sunday”

For example, it is possible to add translations of days, months into language pack, and then automatically apply translation of value?

]]>