October, 2015
now browsing by month
Bindings with Variables in Panels doesn’t work correctly.
I have Taskerprofiles/Tasks which observe and count notifications for some Apps. When Tasker recognizes a new notifications it changes variables for LL. This works excellent.
In a simple example: $ll_mail for mail, $ll_hangout for hangout etc.
On desktop i have a textitem which have the binding for the text-label:
var z=($ll_mail*1) + ($ll_hangout*1) + …;
var za= z.toString();
return za;
Shows the sum of all notifications.
This works perfect.
Now i a have a panel. in this panel are other textitems with bindings for text-label:
var z=($ll_mail*1) ;
var za= z.toString();
return za;
var z=($ll_hangout*1) ;
var za= z.toString();
return za;
…
This works just for a short time, it stops working after a while.
The textitem on Desktop still fine.
With luck it works after restart/reboot.
When i move the Items out of the panel to desktop it works perfect again.
Happens on different devices. LL V12.6
Pierre Hébert
]]>Pierre Hébert can you please make word wrap in new hierarchy screen?
Pierre Hébert can you please make word wrap in new hierarchy screen? On low res devices its difficult to find the right shortcut (German: Verknüpfung) the deeper it goes.
]]>This is great, but I have a question.
This is great, but I have a question.
I understand that you can close any folder or swipe menu by tapping in an empty space (as set up in gestures). However there is a noticeable delay, which I believe is down to the software waiting for a double tap.
All the double tap gestures are unset, is there something else I need to do to get rid of the delay?
I’m doing a passcode for unlocking the phone using tasker and lightning launcher.
I’m doing a passcode for unlocking the phone using tasker and lightning launcher. It is not working. Any tips to solve this problem?