now browsing by tag

 
 

Hi Pierre Hébert​ is ir possible to add the icon itself on bindings ?

Hi Pierre Hébert​ is ir possible to add the icon itself on bindings ?

]]>

I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0

I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0

Ex see my home

I want to sometimes display my banking folder sometimes not

And not having a hole in the general folder

Is it a feature or already possible with scripting ?

]]>

My current settings

My current settings

From Karsten Franke​ Zunish template

]]>

Tried to display Next Alarm by script with help from TrianguloY​

Tried to display Next Alarm by script with help from TrianguloY​

]]>

Hi Pierre Hébert​ I have reboot after coming to Settings Desktop Évents when chosing any line

Hi Pierre Hébert​ I have reboot after coming to Settings Desktop Évents when chosing any line

On last version I have the same on MM ans on Nougat

]]>

My home this evening

My home this evening

]]>

How to close the current folder by script ? TrianguloY​

How to close the current folder by script ? TrianguloY​

]]>

Since 6 october this bindings is no more working. On an item

Since 6 october this bindings is no more working. On an item

I have the message as no icon found

//go to the icon picker and search the 31 items. Long click the first one (it will be copied) and paste it here between the brackets

var link = [ “com.esethnet.vion”, “business_calendar_1” ]

//write here the number to set

var number=$ll_day;

//end of config

if(link.length==0){alert(“follow the instructions and paste the icon properties in the script”);return;}

var now=parseInt(number);

var iconPackName = link[0];

var prefixName = link[1].substring(0,link[1].length-1);

var icon=LL.createImage(iconPackName,prefixName+now);

if(icon==null){alert(“no icon found, make sure the pasted data is right and the icon pack have it”);return;}

item.setCustomIcon(icon);

Similar script is working fine on my appdrawer from TrianguloY​​

]]>

Since v14 I have sometimes this screen.

Since v14 I have sometimes this screen.

So strange

]]>

Seems I’not able to create variables.

Seems I’not able to create variables.

Could you check ?

Used event and variable editor script

]]>