====== Differences ====== This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
script_change_home_page [2014/04/25 12:37] trianguloy created |
script_change_home_page [2019/09/17 23:24] (current) f43nd1r remove name |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== About the script ====== | ====== About the script ====== | ||
| * Purpose : This is a script that move all the items in a container so the home page change. | * Purpose : This is a script that move all the items in a container so the home page change. | ||
| - | * Author : [[https://plus.google.com/u/1/105066926163073195690|TrianguloY]] and improving my script with Lukas Morawietz alias LM13 vertical idea. | + | * Author : [[https://plus.google.com/u/1/105066926163073195690|TrianguloY]] and improving my script with [[https://community.lightninglauncher.com/memberlist.php?mode=viewprofile&u=57|F43nd1r]]s vertical idea. |
| * Link: https://plus.google.com/u/1/105066926163073195690/posts/guY2hrVqeQA | * Link: https://plus.google.com/u/1/105066926163073195690/posts/guY2hrVqeQA | ||
| Line 17: | Line 17: | ||
| ====== Script code ====== | ====== Script code ====== | ||
| - | <code> | + | <sxh javascript> |
| var cont = LL.getEvent().getContainer(); | var cont = LL.getEvent().getContainer(); | ||
| Line 58: | Line 58: | ||
| } | } | ||
| - | cont.setPosition(cont.getPositionX() - moveX * distX,cont.getPositionY() - moveY * distY,cont.getPositionScale(),false);? | + | cont.setPosition(cont.getPositionX() - moveX * distX,cont.getPositionY() - moveY * distY,cont.getPositionScale(),false); |
| - | </code> | + | </sxh> |