Remember the first one, from a week ago? Here’s my LLX version.

Remember the first one, from a week ago? Here’s my LLX version.

The menu-item s animation is still under construction.

/* ReSide Menu item click */

var itemP = LL.getEvent().getItem().getTag();

var desk = LL.getCurrentDesktop();

var pos = 2 * itemP * desk.getHeight();

var RSM = desk.getItemByLabel(“RSM”);

var Mps = RSM.getContainer().getItems();

var n = Mps.getLength();

function pausecomp(ms) {ms += new Date().getTime();while (new Date() < ms){}};

for(var i=0;i

if (Mps.getAt(i).getType() == “Panel”)

{

Mps.getAt(i).getContainer().setPosition(0,0,1, true);

pausecomp(23);

}

}

RSM.getContainer().setPosition(0,0,1, true);

desk.setPosition(0,pos, 1, false);

]]>

15 Commentsto Remember the first one, from a week ago? Here’s my LLX version.

  1. Anonymous says:

    < ![CDATA[

    That is awesome…so thats the script for the animation?..im just learning about scripts do u have a tutorial on what to apply the scripts to?

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Actually this is just the script for menu item click. Have a little patience and I will share the template for the next version.


    Hint: For Swipe right the last line is :



    desk.setPosition(-desk.getWidth(),pos-desk.getHeight()/2 , .5, true);



    Where the .5 is the Zoom-out.



    {Hmmm…Yes, I am scizofrenic with Jappie Toutenhoofd, lol}

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Helen Jappie ok thanks for the info

    ]]>

  4. Anonymous says:

    < ![CDATA[

    If you want to you can publish the script in the wiki with a tutorial how to set it up (if it’s working without heavy bugs).


    I haven’t tried it, but it looks nice.

    ]]>

  5. Anonymous says:

    < ![CDATA[

    I never posted it but i really liked the idea..


    http://puu.sh/7VOy3.png

    ]]>

  6. Anonymous says:

    < ![CDATA[

    That’s pretty great, congrats, I didn’t imagine scripting could allow this one day!

    ]]>

  7. Anonymous says:

    < ![CDATA[

    Thanks and LOL Pierre Hébert {I was going to quote your own epic play-store text for v10.0.0 but it has been replaced by the text for v10.0.1 From the top of my head then…}


    “Your own mind is the only limitation of what’s posible with LLX”

    ]]>

  8. Anonymous says:

    < ![CDATA[

    Any news on the script? Jappie Toutenhoofd Helen Jappie

    ]]>

  9. Anonymous says:

    < ![CDATA[

    How do I use the script? Please the tutorial.

    ]]>

  10. Anonymous says:

    < ![CDATA[

    I don’t know to use script, could you write the tutorial?

    ]]>

  11. Anonymous says:

    < ![CDATA[

    Just place the template in your lightning launcher map with your back-ups. After that select it from within LLX.

    ]]>

  12. Anonymous says:

    < ![CDATA[

    Sorry again 


    I put the backup and restored, everything works perfectly, but now I would like to edit it to my needs, but do not know how. I would like to add more items to the menu, do not know if they are signs where they are pinned. I would put more pages, do not know whether they are panels, and also pinned. 


    Thank you

    ]]>

  13. Anonymous says:

    < ![CDATA[

    I’d say, walk through “hierarchy” and find out.

    ]]>

  14. Anonymous says:

    < ![CDATA[

    Hello Jeff 



    I put the template to work with their explanations, congratulations on the template, it is possible to put more levels on the menu? If so how is it possible? 



    Thank you

    ]]>

Leave a Reply

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