October, 2015
now browsing by month
Hi, this might be a stupid question, but how can I use the Property class in the script api.
Thanks in advance 🙂
Colin
]]>Does Lightning Launcher become Top Developer at least!?
Does Lightning Launcher become Top Developer at least!?
…lol
]]>Quick and Simple Unlocker for Lightning Launcher.
Originally shared by gerd reuter (werksmannschaft)
Quick and Simple Unlocker for Lightning Launcher.
http://werksmannschaft.de/wordpress/unlocker-for-lightning-launcher/
Quick and Simple Unlocker for Lightning Launcher.
Quick and Simple Unlocker for Lightning Launcher.
http://werksmannschaft.de/wordpress/unlocker-for-lightning-launcher/
Okay, I admit, I am an AM/PM’er… perhaps I’m in the minority, but I just can’t help it, I love the O’Clock!
If it’s easy, could we get a couple more formatting options for AM/PM? Â Like lower case (am/pm) and single letter (a/p) formats? Â That would be so cool! Â
And Thank you for a great app!! 😀
12h-ly Yours,
-Kevin
]]>Hi, I’m writing a small script to add an item to desktop
Hi, I’m writing a small script to add an item to desktop
var l = LL.getCurrentDesktop();
var item=l.getItemByLabel(“foo”);
if (!item){
var item=l.addShortcut(“foo”,new Intent(),600,1200);
}
ce=item.getProperties().edit();
  ce.setBoolean(“i.onGrid”,false);
ce.setString(“s.labelVsIconPosition”,”RIGHT”);
  box=ce.getBox(“i.box”);
  box.setAlignment(“LEFT”,”MIDDLE”);
ce.commit();
item.setSize(150,150);
item.setRotation(315);
Android.makeNewToast(“Done”,true).show();
It works, but item’s position is X 544,934 Y 1134,648. How to fix it?
How do you restore an app that has been hidden?
Hi guys! Long time I didn’t post here, but I have few questions…
1) in binding I animate a text (news) it move slowly from right to left when clicked. I’d like to animate a second text (music) when ‘news’ changing position.
So I wrote this in music’s binding , but doesn’t work :
$A==1200?(animate(‘$A’,3000,’ov’)+900) :1780 ;
(A is the variable name used to animated ‘news’)
2) I know it has been ask again and again, but (in case I missed smth 😬) still no possibility to use the animation (like in binding : ad, ov…) and the duration, with script?
Thanks a lot 😀
]]>Hey, so I got Lightning Launcher about a week ago and I have told every person I know how incredible it is and how…
Hey, so I got Lightning Launcher about a week ago and I have told every person I know how incredible it is and how in love with it I am, seriously, amazing job on this. Have had a couple issues though, one being anytime I have Tasker to set a variable it kicks me out of any app I have open and I’m forced back to the home screen. Tried to set something up where a play/pause button changed if a song was playing or not and instead I ended up just having Spotify close on me every time I picked a song. Anyone got a fix for this?





D5 Creation