how i can resize panel using llx scripting?
how i can resize panel using llx scripting?
]]>
« How do I create a panel in LLX (ver. (Previous Post)
< ![CDATA[
The same way you would resize any other item: either using the setCell method if the item is attached to the grid, or setSize if it is detached:
References:
http://www.pierrox.net/android/applications/lightning_launcher/script/reference/net/pierrox/lightning_launcher/script/api/Item.html#setCell(int,%20int,%20int,%20int)
http://www.pierrox.net/android/applications/lightning_launcher/script/reference/net/pierrox/lightning_launcher/script/api/Item.html#setSize%28float,%20float%29
]]>