In Bindings we can set a tasker variable that returns as usable like:

In Bindings we can set a tasker variable that returns as usable like:

$ZWbackground

How can we use that variable in a bindings script (under Box) to set the background of an item?

Followed this script from Josh Horner:

https://plus.google.com/+PrasadKaladi/posts/eVkRWrnRYW9

The direct way (script inside bindings) through box.setColor(“c”, “ns”, 0xff00ff00); the box background can change but how can we use $ZWbackground  value? when I use that nothing happens. The value inside has same setup as 0xff00ff00 but different color.

(Even a hex colorcode did not help)

https://plus.google.com/+PrasadKaladi/posts/eVkRWrnRYW9
]]>

2 Commentsto In Bindings we can set a tasker variable that returns as usable like:

  1. Anonymous says:

    < ![CDATA[

    You can use this formula:


    “c:”+$ZWbackground



    Inside a script you can use LL.getVariables().getInteger(“ZWbackground”);



    (more infos can be found on http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=bindings_box)

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Pierre Hébert


    Thank you very much Sir. It is working great.


    A step closer to controling LLX colors with tasker. Wow Amazing.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *