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);
< ![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?
]]>
< ![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}
]]>
< ![CDATA[
Helen Jappie ok thanks for the info
]]>
< ![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.
]]>
< ![CDATA[
I never posted it but i really liked the idea..
http://puu.sh/7VOy3.png
]]>
< ![CDATA[
That’s pretty great, congrats, I didn’t imagine scripting could allow this one day!
]]>
< ![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”
]]>
< ![CDATA[
Any news on the script? Jappie Toutenhoofd Helen Jappie
]]>
< ![CDATA[
How do I use the script? Please the tutorial.
]]>
< ![CDATA[
Full template here: http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=templates
]]>
< ![CDATA[
I don’t know to use script, could you write the tutorial?
]]>
< ![CDATA[
Just place the template in your lightning launcher map with your back-ups. After that select it from within LLX.
]]>
< ![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
]]>
< ![CDATA[
I’d say, walk through “hierarchy” and find out.
]]>
< ![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
]]>