Benoît de Chezelles (bew)
now browsing by tag
LLX how to edit when too many pin items.mp4 : http://youtu.be/2DfdC7bdqiU
A little problem here, I have unchecked the option ‘honor pinned items in edit mode’ but it’s very annoying anyway, the items are pinned even in edit mode 🙁
One thing I cannot understand, is why we can’t use swipe event in a panel?
Lukas Morawietz Hi, as I said, I modified in my way of coding your multitool (I’ve only done the “Informations…
from the original code I changed:
– the text function (line 85-93), renamed it to alertDialog
– The informations items (the callback functions) (line 127-282)
my_multitool.js:
https://www.dropbox.com/s/rc1yfozkou9emh8/my_multitool.js?dl=0
The original code is here: http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_multitool
At the end of the clock_init.js file
I don’t understand what theses lines are doing, can anyone
help me with this? :
// hack: the resumed event is triggered as soon as the item is created, hence before the “i.resumed” event handler is set
// the following lines will effectively pause and resume the launcher, and start the clock
// that’s ok
var intent = new Intent();
//that’s not ok :
intent.setClassName( “net.pierrox.lightning_launcher_extreme”, “net.pierrox.lightning_launcher.activities.Dashboard”);
// not ok
intent[‘putExtra(java.lang.String,int)’](“p”, d.getId());
//ok
LL.startActivity(intent);
]]>About the LL scripting API documentation, I tried to copy the site with HTTRack, but it doesn’t work as expected.
I have a lot of free time in train with no network, so I wanted to have an offline version of the LLX API docs, is it possible to have it ? (zip, pdf, .. ?)
thanks !
PS: or even a standalone app with all api docs..
]]>I’m trying to make a page indicator by script, with a red color on the good page indic but I don’t know how to do,…
Thanks for your help!


How can we use :
public String loadRawResource (String pkg, String name) from the LL class?
]]>Pierre Hébert
Is it possible for a script compiled in an apk, to be executed at llx start (without user interaction if possible) ?
(to load vars or functions in a personal namespace, then use them in other scripts launched at other time..)
]]>Is it possible to execute a script from an other script?
It would be very helpful to load my “api” files at llx launch…
(I can’t put them all in one file, it would be impossible to support !)
]]>Layout & scroll bug with Stop Points..
Layout & scroll bug with Stop Points..
I trying to play with stop points..
I have 4 SP to scroll my pages horizontally, in snap-mode :
– 2 that stop the scroll for left-right swipe
– 1 that stop the scroll for left swipe (on the right extremity)
– 1 that stop the scroll for right swipe (on the left extremity)
My desktop has the scroll while items option enabled.
With the sp on the right, I can go through it, but not on the sp on the left… (they have same configuration, only the directional swipe change)…
Why? & how to correct that?
]]>
D5 Creation