March, 2014
now browsing by month
What does “Load a style” do?
Tried saving and loading styles, seems like these parameters change:
Desktop grid
Label position
Icon style?
Loading does not reset customized items?
I would like to have several styles on my desktop, that I coukd change globally. As it is, I can only copy styles one item a time.
Any input?
FWIW, I am more keen on these features than the scripting, how about you?
]]>I don’t think this feature exists yet, so I’m posting here:
Say you have a desktop with several screens based essentially on context (i.e. one for work, one for home, one for travelling, one for weekends, etc). I think it could be quite useful to have a way to automatically make one of those screens the “home” screen based on weekday & time of day (and possibly even location).
Eg: I get up and check my phone and I see one screen. By the time I get to work, it’s changed to another screen.
If this feature already exists, or if there’s a script to do it, could someone please point out where it’s located?
Thanks.
]]>When I set an event to “Swipe down/up..”(in desktop level), LL didn’t react to event, although event to the double…
This gives me a reference error on line 1. Any thoughts as to why it isnt working? It does exist in my scrpt editor..
var b = LL.runScript(hmm2);
var f = LL.getContainerById(105);
if (f.getPositionY() == -282) {
f.setPosition(0, 0, 1, true);
} else {
f.setPosition(0, -282, 1, true);
b;
}
]]>Is there a way to turn off scripting temporarily?
I’d like to be able to separate scripting errors from launcher errors, especially when using beta or alpha versions, without having to manually strip out all the script from a template.
]]>changed and implemented
Script API reference:
1. Some values like gridPColumnNum are integers, not strings
2.why is i.onGrid readonly?
Would be nice to be able to change that in scripts…