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?

]]>
« (Previous Post)

4 Commentsto Hi

  1. Anonymous says:

    < ![CDATA[

    Panels have no “open/closed” state, in opposition to folders. Please clarify your setup.

    ]]>

  2. Anonymous says:

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

    ]]>

  3. Anonymous says:

    < ![CDATA[

    And what about a zoom 100p action in the paused event of the desktop? (Lots of suppositions on this answer)

    ]]>

  4. Anonymous says:

    < ![CDATA[

    yes hiding by position is what I mean with close



    Pierre Hébert that’s exactly what I need, thanks

    ]]>

Leave a Reply

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