Hi
Hi
I have several panel with apps. this panel are shown when swipe right and close when swipe left using bidings and variables
I want to set the variable that close all panels when an application inside any panel is launch, like the folders behaviour
¿Is this possible?
]]>
< ![CDATA[
Panels have no “open/closed” state, in opposition to folders. Please clarify your setup.
]]>
< ![CDATA[
I think that Gabriel Garcia is hiding panels using visibility, transparency or position.
What you can do is to set a script for the item tap event, at the container level:
LL.setVariableInteger(‘var”, value); // or use setVariableString, Boolean, etc
LL.getEvent().getItem().launch();
]]>
< ![CDATA[
And what about a zoom 100p action in the paused event of the desktop? (Lots of suppositions on this answer)
]]>
< ![CDATA[
yes hiding by position is what I mean with close
Pierre Hébert that’s exactly what I need, thanks
]]>