Title
]]>
« When a rectangular (non-square) image is set as an icon, it gets aligned to the top-left. (Previous Post)
(Next Post) Pierre Hébert »
< ![CDATA[
Tap-event of icon – Run script :
var bb = LL.getVariables().getInteger(“bb”)||0;
bb = 1 – bb;
var editor = LL.getVariables().edit();
editor.setInteger(“bb”,bb);
editor.commit();
]]>
< ![CDATA[
I really like the icon/tab. Where do you enter the tab-event of icon script?
]]>
< ![CDATA[
The blue bar is one pinned item. Set the script on the Tap-event of this item.
]]>
< ![CDATA[
Btw the blue pinned bar is an item in the panel.
]]>
< ![CDATA[
Ah, okay. So how did you make it? A panel within a panel?
]]>
< ![CDATA[
Nope just a shortcut to the script.
In edit make it 4 cells wide.
And in ‘pos’ set label pos ‘right’
]]>
< ![CDATA[
Oh, I think it is ‘taP’… 😉
]]>
< ![CDATA[
Corrected (twice)
]]>