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?

]]>

One Commentto OK, tried to start with scripting – but need help.

  1. Anonymous says:

    < ![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();

    ]]>

Leave a Reply

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