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

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…

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 pointer exception on the commit.. Any body have any ideas???

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.

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.

https://www.dokuwiki.org/plugin:syntaxhighlighter3
]]>

MultiTool

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…

http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_multitool
]]>

My latest…LLX,Zooper Pro,Popup Widget,Tasker and Photoshop….full page notification/information when…

Originally shared by Jeff Ludlow

My latest…LLX,Zooper Pro,Popup Widget,Tasker and Photoshop….full page notification/information when call,message,email,hangout or new google post…also have it setup so that it will fade in with swipe up for quick access to those apps..files will be up very shortly 🙂

]]>

Currently I have a folder that holds a widget.

Currently I have a folder that holds a widget. Folder shows up only when I use a tap gesture. So far, so good. This is my sliding calendar folder then that only shows up when I want to see it.

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.

I change my ringtone/wallpaper/etc. constantly depending on circumstances. I currently have a Tasker profile set up to take care of everything except the home desktop. (Because that’s not an option.) Would it be possible for Tasker integration to be implemented in a future release? (By this I mean having the option to change the home desktop and lockscreen via tasker)

]]>

Just wanted to let u know, that I have done some stuff with several scripts :

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

]]>