Would it be possible to have ‘Close specific folder’ feature, as now I got help to use ‘Open’ so if I know it is…

Would it be possible to have ‘Close specific folder’ feature, as now I got help to use ‘Open’ so if I know it is open it is closing. However when I split the screen to separate sections with more folders I do not want them to influence each other. Other issue when they are covered with another one with no transparent background it is difficult to remember the status. So when the specific ones are not required it is good to know they are closed. (Actually, I also would like to stack Lightning Actions in Tasker Task). Thank you.

]]>

3 Commentsto Would it be possible to have ‘Close specific folder’ feature, as now I got help to use ‘Open’ so if I know it is…

  1. Anonymous says:

    < ![CDATA[

    You can close folders by name in scripting.


    Sorry, I am not the one to give example.


    I’m sure TrianguloY​ could give you a short example to get you started

    ]]>

  2. Anonymous says:

    < ![CDATA[

    LL.getEvent().getContainer().getItemByLabel(“label”).close()



    This should close the folder, and do nothing if it is already closed. You need to specify the label of the folder, and run the script from the same container aswhere the folder is.


    Optionally you can use this to do it anywhere. You need to change the 1234 with the id of the folder (the number after the # when long clicking the folder)



    LL.getItemById(0x1234).close();

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Of course it worked like a charm, sorry for answering so late and thank both of you very much!!!

    ]]>

Leave a Reply

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