now browsing by category
TrianguloY I’m getting this error when using home page changer script.
TrianguloY I’m getting this error when using home page changer script. I installed it straight from the repository importer and followed the instructions from there..
]]>full container screenshot utility
full container screenshot utility
This script is a tool specially designed for template/screens makers.
It creates a ‘screenshot’ of a container, but the size of the image is as big as the container and all the items are shown, even the ones out of view. The image is saved in png.
Both the system wallpaper and the desktop wallpaper are not drawn.
You can specify also to show disabled items and/or stop points.
To make a screenshot just go to the container, scroll it where you want it to be, and run the script from it. The image is saved in a custom configurable path.
If you have any suggestion I’ll try to implement if possible.
]]>Scripting help: Is there a way to get the position of the desktop via a script that runs in the background (vs.
Tried using this script below, but it only works when script is run in desktop, and not when run in background:
var page = Math.round(LL.getCurrentDesktop().getPositionX()/LL.getCurrentDesktop().getWidth());
if (page == -1) {
//actions to run
}
]]>Again, bolted some existing scripts together:
Again, bolted some existing scripts together:
QUICK-THEME
]]>LLXperiment: most launched apps
This script is something I made some weeks ago, and I’ve been testing it myself since then. It seems to work, but unfortunately I don’t use it too much to fully test it…and it crash the launcher if you do a specify thing 😛 (don’t worry, it’s a specific and predictable thing)
So, instead of leave it in the list of scripts I never published I’m going to share it as a beta LLXperiment. Yea, that will be better.
The script is specially designed for those who use the app drawer a lot.
What the script does: it creates a panel in the app drawer with the most launched (clicked) apps from the app drawer.
More details: when you click an app from the app drawer (or from a folder from the app drawer) a copy of the app will be placed in the panel (If there is not one). That list is sorted by the most used one, based on a very simple algorithm that seems to work.
Even more details: each app has an internal value from 2 to 0,5. Each time you click an app its value is raised a bit, and all the other apps decrease a bit. Those ‘multiplier’ values are in the script, and I plan to tune then from your suggestions.
How to use it: first run the script from the app drawer, and the panel and all the necessary events will be set. You can run again to reinstall or to uninstall.
If you want to remove an app from the panel run the script from the item.
IMPORTANT!!!!!!
If you try to enter edit mode in the panel, the launcher will crash.
It will also crash when using the search app feature of the app drawer.
Also make a backup before, just in case. (I never had any issues, even when it crash, but just in case)
]]>A couple of weeks ago I saw a script to open two folders (panels) simultaneously.
Question:
we have,
newItem = CurrentContainer.cloneItem(existingItem);
is there a way to use it from a panel-container to clone an item from parent-container?
This could make my RollClock script probably 70% smaller.
]]>
D5 Creation