July, 2014
now browsing by month
Made some changes to my theme Lightning launcher extreme
Made some changes to my theme Lightning launcher extreme
]]>v10.4b3 beta
Edit 10.4b4 is following
Well, not progressing too much on multi selection but instead extending script capabilities (because I like that…)
A couple of funny additions are impatiently waiting to be used in this third beta:
– (experimental) ability to directly handle touch events (albeit single finger yet). A sample code here: http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_paint_free_hand
– a new Script object to manipulate scripts through… scripts. A notable use is Script.getText() with eval, but I see a few other very special use cases for this new class…
And several important fixes as usual.
]]>Been trying to set the color of a panel to the color of the open folder for a while now but keep getting a null…
var event = LL.getEvent();
var desktop = event.getContainer();
var flds = LL.getOpenFolders();
var fldLen = flds.getLength();
if (fldLen > 0) {
var fld3 = flds.getAt(0);
var editor = fld3.getProperties().edit();
var box = editor.getBox(“f.box”);
var editor2 = desktop.getProperties().edit();
var box2 = editor2.getBox(“f.box”);
var color = box.getColor(“c”, “n”);
box2.setColor(“c”, “n”, color);
editor2.commit();
}
]]>This is my theme with lightning launcher extreme
This is my theme with lightning launcher extreme
]]>This is a wiki bug, perhaps I’m wrong but I think it is.
When you copy paste a script to post it with the tag it is shown correctly.
However when you copy it from the browser all line breaks and multi spaces disappear and you get a looooong line of code, which works but make impossible the editing.
Note: I'm trying this with a mobile phone (Firefox and chrome) perhaps it works in a computer.
Pierre Hébert, searching on the internet you can find some dokuwiki plugins for code text.
I made a quick search and found https://www.dokuwiki.org/plugin:syntaxhighlighter3 in case you don't want to spend time searching.
]]>MultiTool
I have a lot of little scripts which I use often.
Now I grouped them in this script.
I’ll probably add functionality constantly.
Hope I can make your life easier 😉
http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_multitool
You have Ideas/ scripts to add? Tell me!
TrianguloY I hope it’s ok I included your Reset tool, I am using it often…
]]>Currently I have a folder that holds a widget.
What if I wanted this tap gesture to show two folders, one up top and one a bit below it.
Reason being I like my desktop very spartan with only 4 buttons at the bottom. I might also want to have a couple of info bars which only fire up on request though.
Would this be achieved through panels or can I still use folders? Also, how can I get the single tap to show the two panels\folders – both in predefined positions?
I’m a thunking some scripting is needed. Anyone care to throw me some bones as to where to look?
]]>I change my ringtone/wallpaper/etc.
Just wanted to let u know, that I have done some stuff with several scripts :
– Folder dim script : fully automated setup
– Animation Bulldoze : standalone, reworked structure.
What I likely gonna do in the next week:
– all animations : standalone, rework structure
]]>