Archives
now browsing by author
V14b6 beta
Probably the last beta before the stable public release. This one is mostly a bug fixes update and there won’t be any new feature until the stable version.
There are also a couple of new script APIs to help in writing more structured, better and simpler code. But more on this later.
Should you have bugs, don’t hesitate to let me know about them!
Full ChangeLog: http://www.lightninglauncher.com/wordpress/change-log/
]]>Hello, how can I get notifications on app icons?
Hello, how can I get notifications on app icons? When I receive new SMS/call/email/etc. I cannot see any new alert (small number on icon). Thanks.
I was going to update the Spanish translation, and I saw a text that I couldn’t identify:
ad_b : Built-ins
Where is it used? I guess in the add item menu. An extra tab? With which items? And what is the difference with Plugins?
]]>Pierre Hébert Lukas Morawietz
Pierre Hébert Lukas Morawietz
App drawer Plugin bug
Edit: on a fresh install of lightning there is no error popup.
So i don’t know what’s causing it in my test setup in de video. I did not mess with script. I will try to make setup again and see if everything stays good.
Edit 2
Reinstalled previous lightning template setup (instead of remake) and tried to install Plugin again. This time without error.
]]>In the script editor (could be applied to scripts in general) :
Add a way to toggle RO mode (read-only), so we can move freely in the code without fear about opening the keyboard, adding, deleting, changing a char..
This could be seen as a script protector, like you can tag a script for being readable-writable (not protected) or only readable (protected).
It’s a bit like file permissions on linux (but without the executable right.. or.. maybe ?)
What do you think Pierre Hébert ?
]]>In the Folder’s API documentation, you’re repeating yourself in #openFrom (at the end of the description)
In the Folder’s API documentation, you’re repeating yourself in #openFrom (at the end of the description)
]]>Pierre Hébert could you check if there is a problem with setDefaultIcon and/or createImage?
play.setDefaultIcon(Image.createImage(MY_PKG, “ic_play”));
(context is the multitool music widget setup)
]]>Script to launch Tasker task not working on latest beta. Here’s my code – any suggestions?
var i = new TaskerIntent(“Listen”);
i.addParameter(LL.getEvent().getItem().getLabel());
LL.sendTaskerIntent(i, true);
]]>
D5 Creation