I’d realy like the ability to attach bindings from script. Like for my script-created weather-widget.
I’d realy like the ability to attach bindings from script. Like for my script-created weather-widget.
Is this feassable? Or already plannned? Pierre Hébert
]]>
< ![CDATA[
If you mean to gather the value of a variable then you can do this.
LL.getVariables().getInteger(varName)
LL.getVariables().getString(varName)
]]>
< ![CDATA[
Thank Abdulla, but I really mean the binding itself.
After a item=contrainer.addShortcut(…..); then i’d like to do something like:
item.addBinding(‘label’, varName);
]]>
< ![CDATA[
This is already in the roadmap 🙂
]]>