now browsing by category
Pierre Hébert found a bug in the stable ll14:
Running this crashes ll:
if(confirm(“test1”)){
if(confirm(“test2”)){}
}
It didn’t do that in 14b7
Seems to be something with a nullpointer exception
Phone: ecoo 304
Rom: stock android 4.4.4
]]>I use Customview with clicklistener applied to views, but the click action does not work in Floatingdesktop on V14.
Pierre Hébert
Is there an issue with text rendering? In normal mode the text is cut off, in edit mode it renders correct.
]]>latest version 14b6
in binding,
It seems that ‘$screenwidth’ ‘$screenheight’ don’t work.
]]>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 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);
]]>