Jappie Toutenhoofd

now browsing by tag

 
 

I think the picture says enough.

I think the picture says enough.

Pierre Hébert​

]]>

Quick question:

Quick question:

I can do addCustomView from script.

But how do I set an eventHandler to create the initial content as I would in The create event?

]]>

{ I hope I can post templates here ;-) }

{ I hope I can post templates here 😉 }

New “Script-Only”-template uploaded to the wiki:

containing:

– Agenda-load & Agenda-binders : get your Agenda appointments from a $variable.

– OWM-load & OWM-binder : get Open-Weather data from a $variable.

– Gnews-load & Gnews-binder : get Google-news from a $vvariable. (picture and url-linking from script)

– Quick-Theme : ‘full’-version. 

– Loader-script : Somewhat tricky way to load multiple scripts at desktop-load-event. (when stable, I will create library).

– RunOffUI – run your function(s) on one seperate thread.

and ofcourse:

– APIcomm : for text communication from the internet

– IMGcomm : for setting an internet image as your item-background. (this does not use CustomView, because now it will servive a restart and persurve your data-limit).

and more…. please code-review and test-drive. 

 

EDIT: Install with Replace seems to work better than Merge. Do not forget to back-up!

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

Testing the best generic default for QuickTheme for Lighting Launcher.

Testing the best generic default for QuickTheme for Lighting Launcher.

Originally shared by Jappie Toutenhoofd

How would I create an intent for the default browser to go to an specified URL?

How would I create an intent for the default browser to go to an specified URL?

item.setIntent( ??????);

]]>

var clrBR = xe.getBox(“i.box”).getColor(“br”, “n”);

var clrBR = xe.getBox(“i.box”).getColor(“br”, “n”);

alert(clrBR);

var clrBB = xe.getBox(“i.box”).getColor(“bb”, “n”);

alert(clrBB);

var clrBL = xe.getBox(“i.box”).getColor(“bl”, “n”);

alert(clrBL);

var clrBT = xe.getBox(“i.box”).getColor(“bt”, “n”);

alert(clrBT);

Will return same, first color any time!

]]>

Again, bolted some existing scripts together:

Again, bolted some existing scripts together:

QUICK-THEME

]]>

Pierre Hébert​ Could moving items to panels be made more consistent?

Pierre Hébert​ Could moving items to panels be made more consistent?

There have been threads on inheritance before, but as a themer I keep struggling with it. Most recent with close/move item.

]]>

started a roll-clock with clone&move.

started a roll-clock with clone&move.

script in next post

]]>

Let say, i did not expect any item to launch while in edit mode.

Let say, i did not expect any item to launch while in edit mode.

]]>