now browsing by category
V12.7B4
1) Containrer(Panel, Folder) Draw Grid Lines does not work.
2) Only customview(It is not to specify the ‘Create script’ even) is put on floatingdesktop.
LL crashes when reboot LL and display floatingdesktop immediately.
It doesn’t crash when display desktop based on floatingdesktop at least once, after reboot and before display floatingdesktop.
I posted crashreport by mail.
]]>V12.6
Configure Desktop
Try to delete an existing desktop
Get Unrecoverable Error and LL restarts
]]>The wallpaper/background color set on a floating desktop is not shown when the desktop is viewed in the floating…
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
]]>