OK, tried to start with scripting – but need help.
OK, tried to start with scripting – but need help. I want certain item (panel in this case) to be pinned when some event occurs, but in API didin’t found nothing related to pinned/unpinned state. How to get item pinned state and modify it?
]]>
« Fantastic editor. Those extra keys above the keyboard is a great functional extension. (Previous Post)
(Next Post) Can someone reproduce this? »
< ![CDATA[
In this page of the API you can get more information.
http://www.pierrox.net/android/applications/lightning_launcher/script/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html
Look for:
i.pinMode
Example (did not test):
LL.getCurrentDesktop().getItemByLabel(“test_panel”).getProperties().edit().setString(“i.pinMode”, “XY”).commit();
]]>