now browsing by category
Is it possible to check in a script if another is running ?
Or is it possible on event to run the second script when the first one is finished ?
For the moment I’ve set Timeout in my second script but it’s not a very clean solution
+TrianguloY
]]>Hi everybody.
I wold like to know how to change the user menu color. like from red to gray, etc…
]]>To the script experts:
Why does Lightning crash when uncommenting the line with “onKeyPreIme” and you are pressing the back key on the soft keyboard while the EditText is focused?
Anything wrong with how I try to extend EditText? Should be correct, code-wise?
Use following code as createscript for a custom view:
bindClass(“android.widget.EditText”);
var edit = new JavaAdapter(EditText,
{
//onKeyPreIme: function(keyCode, event) { }
},LL.getContext());
return edit;
Any help would be much appreciated. Thanks guys.
]]>Anyone have any scripts/advice on making a card stack that looks and scrolls similar to the recent apps page (as…
Anyone have any scripts/advice on making a card stack that looks and scrolls similar to the recent apps page (as seen in this video)?
]]>Have you any idea HOW TO SHOW DIRECTORY LISTING (dirs and files) in WIDGET, BADGE or DYNAMIC TEXT (best with…
WHY? I’m using dirs as simple GTD and I want to see my tasks directly in LL. 😉
Can be updated manually or better when target directory changed.
Sorting simple alphabetical, better also switch to sort by date.
Will be also really great to have a “+” button to add new task into showed directory. 😀
I never tried scripting in LL, but I hope it can be done by LL.
I still have not found any widget that could do this. Do you know anything?
]]>Do you know how to include LL template into APK file?
Tell me, please …
]]>Hi Pierre Hébert
Is it possible to set an apk with wifi access state permission ?
]]>Pierre Hébert is it possible to use JavaAdapter with a class loaded by a classloader?
two questions for the scripting experts here:
1. what is the best way to introduce a “wait time” or delay of a few seconds in a script?
2. when sending an intent using startActivity, is it possible to use the format “intent:#Intent;action=ACTION,package=PACKAGE …”? what is the correct syntax for sending an intent this way?
thanks! tried looking through this forum but couldn’t find any answers …
]]>
D5 Creation