Today it exists the LL-Action “open folder” where you specify the named folder, but there’s no action to close a…
Today it exists the LL-Action “open folder” where you specify the named folder, but there’s no action to close a folder by name.
Is this possible?
With no action when named folder is not open.
Without Scripting.
]]>« API suggestion: (Previous Post)
(Next Post) I would really love to see dynamic text set by a script »
< ![CDATA[
In LLX one can use the script:
LL.getDesktopByName(‘_NAME_OF_DESKTOP_’).getItemByLabel(‘_NAME_OF_FOLDER_’).close();
]]>
< ![CDATA[
Bogdan Tautu thank you bogdan. i added to my question “without scripting”.
]]>