V12.5b7 beta
V12.5b7 beta
Edit: V12.5b8 to fix a scripting bug
Edit: V12.5b9 more bug fixes
The main improvement is that box attributes can now be modified through bindings. Documentation on this can be found here: http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=bindings_box
And also some major bug fixed in this version…
Full ChangeLog: http://www.pierrox.net/cmsms/applications/lightning-launcher/change-log.html
]]>
< ![CDATA[
Thanks Pierre Hébert ! Material effect is fixed for me. Will report back if I still encounter the phantom scripts issue
]]>
< ![CDATA[
Thanks. Script error when empty variable fixed ☺
]]>
< ![CDATA[
Is it possible to set text with marquee effect ? And to add the same for bindings
Could you allow “if” in bindings ?
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD bindings are little scripts, you have if, and all js features
]]>
< ![CDATA[
Pierre Hébert Since b9 my panels scrolling is abnormal, won’t stop like before 🐞 Now it stops again, changed some settings, unimited scrolling, don’t know…
]]>
< ![CDATA[
Benoît de Chezelles yes I know but is it possible to set if directly in bindings ? Tried and I have issue
]]>
< ![CDATA[
+Bruno-Isa LAMOUR-ARNOULD I don’t see what you mean… Can you give some code that you want to do?
]]>
< ![CDATA[
Benoît de Chezelles if battery level > 50 angle = 30
Else angle = 90
]]>
< ![CDATA[
If you set the binding on “angle”, with some code you can get the batteryLevel, then return the value you want!
]]>
< ![CDATA[
Benoît de Chezelles yes but what about if ?
]]>
< ![CDATA[
Sorry but I don’t see any problems on what you want to do ….
]]>
< ![CDATA[
Bruno-Isa LAMOUR-ARNOULD you can use one of these expressions:
if(battery_level > 50) return 30 else return 90
battery_level > 50 ? 30 : 90
90-Math.floor(battery_level/51)*60
Last one not tested, just for fun 😉
]]>
< ![CDATA[
Pierre Hébert Cool. Thank you
]]>