Fernandine P.
now browsing by tag
Hello !
The .setPosition function only seems to work on panels copied from another panel and does nothing for me on panels created from scratch.
For example I have 2 panels : id 127, created from scratch, and id 128, a copy of 127. My script looks like this :
LL.getContainerById(127).setPosition(430,0);
LL.getContainerById(128).setPosition(430,0);
When I run the script, panel 128 is the only one scrolling. I’m using the Multi Container Bookmark script but it doesn’t seem to come from that.
Any idea what’s going on ?
]]>Hi, I’m trying to make a day/night mode switch using tasker and bindings.
Hi, I’m trying to make a day/night mode switch using tasker and bindings. I’m ok with backgrounds and borders, but would there be a simple way for me to change the font color of every labels in a given desktop, including items inside folders, panels and panels in folders, etc. ? Without having to set bindings to each items ?
I figured maybe with a script, something to the effect of .getAllContainers.getAllItems.getAllLabels ? Idk, I’m really bad with scripts, I’m sorry =/.
Any help appreciated, thanks a lot !