January, 2018

now browsing by month

 

Bonjour, avant achat ,je voudrais savoir si votre “launcher” correspond a mon besoin actuel ,qui est tout simplement…

Bonjour, avant achat ,je voudrais savoir si votre “launcher” correspond a mon besoin actuel ,qui est tout simplement de modifier un theme que j’ai “bricolé” : couleurs boutons, texte , fond des applis ,taille des boutons …juste un travail cosmétique de modifications ,et pas ,pour l’instant ,de création de “scratch ! Merci de votre réponse éventuelle .Cordialement.

]]>

Two Simple Questions: (1) how to add binding between an item’s label’s existence and its box properties?

Two Simple Questions: (1) how to add binding between an item’s label’s existence and its box properties? My intention: if([Item_label]==null) return “bs:0”; else return “bs:10” What should I put as [item_label]? (2) Is it possible to click/long-click an item and immediately edit its label? Is there a shortcut or I need to write a script for it? Thanks.

Is there any way to style LLPreference items?

Is there any way to style LLPreference items?

I World like to change the Text color of a LLPreference checkbox or category by applying a color filter.

It just seems I dont have access as not all properties are inherited from the android equivalent super classes.

Many thanks for any hint.

Is this a common problem/bug?

Is this a common problem/bug?

I’m creating a shortcut and toggling the icon via script, it is reflected in the settings, but not on the launcher.

It also happens with the label font size, but it changes after running the script twice, the icon stays there until I restart the phone or restart LL.

(Edited)

(Edited)

Would it be possible to decrease the launch time of applications with the default system animation? (I’m referring to the system implementation of the swipe up transition)

When I was comparing the app launch speeds between Nova and Lightning with that setting on, Lightning’s opening animation seems to lag a few milliseconds behind Nova’s.

]]>

Hi … I m getting this while creating a shortcut … Using 1+5 Mobile with OS OXYGEN 5.0.1 with Lightning Launcher.

Hi … I m getting this while creating a shortcut … Using 1+5 Mobile with OS OXYGEN 5.0.1 with Lightning Launcher.

Earlier this was okay .. recently noticed … How to resolve the issue …

Can anyone please show me how to set ll variables from my own app (not tasker). Is there any intent?

Can anyone please show me how to set ll variables from my own app (not tasker). Is there any intent?

Yesterday i upgraded nu oneplus 5 tot oxygenOS 5.0.1 (android 8.0.0) and met floating desktop doesn’t work anynore.

Yesterday i upgraded nu oneplus 5 tot oxygenOS 5.0.1 (android 8.0.0) and met floating desktop doesn’t work anynore. It seems like LL can’t draw the layer, because displaying handles doesn’t work either. Anyone else experiencing these problems?

]]>

I have another question. How can I change the animation played when I change between screens in the same desktop?

I have another question. How can I change the animation played when I change between screens in the same desktop?

Is it possible to run multiple scripts as functions from one “main” script?

Is it possible to run multiple scripts as functions from one “main” script?

something like,

var returnedData1 = LL.runScript(“my first script”, “data”);

var returnedData2 = LL.runScript(“my other script”, “data”);

I know that it’s, at least, somewhat possible applying self to the function script, which I don’t know how exactly it works but it works, however, when I tried to apply it to multiple scripts as functions, it wasn’t that reliable and LL usually throw me an error of not having one of the functions, which was on a second script called/initialized the same way.

If what’s wrong with the self method could be explained, that would be even better than my first simple suggestion, because, to my knowledge, using the self behaves more like a class, so multiple functions can be added in one script vs having one function per script.