Archives

now browsing by author

 

To the script experts:

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.

]]>

Pierre Hébert​ Is it possible to activate LL for the Family Mediathek in the Google Play Store?

Pierre Hébert​ Is it possible to activate LL for the Family Mediathek in the Google Play Store?

]]>

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)?

]]>

File manager

File manager

This script started as a request (https://plus.google.com/+JaroslavGrochal/posts/2CRLTSe588K), but it is usable and maybe useful, so I’m sharing it as a separate post.

The script populates a panel with the files of a specified folder. You can launch the files and navigate opening folders or going ‘up’ the folder hierarchy.

It also lets you create new empty files and folders.

If someone want to improve it, here are a list of features currently unsupported but that will be a good addition: custom menu when long tapping, ability to delete items, custom icons for non-folder files, ability to create bookmarks and save the current path as a variable (or display it somewhere). And also a bit of optimization, the current script is optimized but can be a bit slow with folders with many items.

To set it up create a panel somewhere and check it’s id (long tap the panel, and the menu should say “Panel #00001a”, the id is ‘1a’) Then write this id on the script using the 0x prefix (second line: var containerId=0x1a) and change the default path if you want.

Important! The panel will be filled with the items. All things inside will be removed when the script runs.

I also highly recommend changing some properties of the panel: one column, 10-15 rows, disable snap to pages, enable scroll as far as the items go and set labels position at the right.

You may create a shortcut to run this script, that will open the default path, our you can add a different path as the data in the shortcut to create manual bookmarks.

]]>

Is http://www.lightninglauncher.com down?

Is http://www.lightninglauncher.com down?

Anybody any idea what’s going on? 

Lukas Morawietz​​ TrianguloY​​

Do you happen to have the permission apk(s) at hand? The download page is also down unfortunately.

http://www.lightninglauncher.com
]]>

Pierre my email and crash report won’t go through.

Pierre my email and crash report won’t go through. Running Nox on Windows 7 64 bit and it crashes whenever I move anything out of a folder. Just a heads up.

]]>

JFrame v2

JFrame v2

So i recently tried to show a 6K image using my photo script and got an out of memory error lol i guess i should of seen that coming 😁 but anyways the olds scripts obviously no good but im leaving it up because bruno said it helped him do summet so hopefully it helps other people 2 its also a bit easier to read than this 1. Ive tried to fix the OOM error and i added a seekbar to the scaletype options dialog, basically how it works is the closer to 0 you set it the better the quality of the image but the more memory it will use. So my advice is to set it to the middle see how it looks and knock it up or down until you find a quality your happy with.

code is in the first post.

]]>

One feature we can make use of.

One feature we can make use of. We have this background color, pic setting but how about a ‘shape’? Total launcher have this feature. It allows us to add a colored shape(square/rounded rectangle/arc/circle) as background. It helps in creating beautiful widgets. If there is a way to achieve it please tell me. And no not using image as background, experimenting with so many colors, changing the color with wallpaper will be too much with pic.

]]>

Have you any idea HOW TO SHOW DIRECTORY LISTING (dirs and files) in WIDGET, BADGE or DYNAMIC TEXT (best with…

Have you any idea HOW TO SHOW DIRECTORY LISTING (dirs and files) in WIDGET, BADGE or DYNAMIC TEXT (best with scrolling)?

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?

Do you know how to include LL template into APK file?

Tell me, please …

]]>