November, 2016
now browsing by month
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);
]]>Setting Font-size is not working properly when multiple items selected. (latest beta)
Pierre Hébert the i.menu documentation on the PropertySet page is duplicated.
Pierre Hébert
var p=c.addPanel(0,0,100,100);
p.getContainer().getCellWidth()
Returns 0
]]>