gerd reuter (werksmannschaft)
now browsing by tag
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
]]>hi. don’t know wether it’s a bug or a feature.
Originally shared by gerd reuter (werksmannschaft)
hi. don’t know wether it’s a bug or a feature.
when i create a widget in Lightning Launcher i will always have a gap between widgetsize (LL) and the KWGT itself.
LL > red
Kwidget > green
]]>














D5 Creation