September, 2016
now browsing by month
Anyone here know if I can make a folder with white writing and a black outline?
I want to do it because it just makes it more visible on the background.
]]>It’s there any way to set a gesture off the edge of the screen to display a sidebar or folder from any screen (not…
Pierre Hébert Bug/Unexpected Operation.
My setup involves several Variables in Tasker, KLWP and LL to coordinate position and visibility of shortcuts, folders and items both in LL and KLWP. I am using the variables in property bindings in LL. No scripts are involved.
What I am seeing is that if the bindings involve position (off grid) of the items they don’t always work. Immediately after a reboot it seems to work for a little while.
If I open the APP draw or go into Editmode in LL and exit, the desktop and all items will be displayed correctly.
Another thing I have observed is on occasion when variables are changed the entire desktop will flash and repaint, and then everything works as it should. BUT if I look in the recent items folder (in Android) I will see LL as a recent app. If I leave this there, everything works normal. If I kill the app, it goes back to not working.
I have tried the “keep Lightning running” option with no change.
I had none of this behavior prior to v14. Nexus 5x 7.0 Sept Security Update.
]]>Testing new screen API getitembyid() to retrieve a folder within a panel without traversing the complete hierarchy.
//Get the id of the folder
id=getEventScreen().getCurrentDesktop().getItemByName(“panel”).getContainer().getItemByName(“folder”).getId()
//Doesn’t open the folder by accessing the folder directly without traversing the hierarchy (which would be elegent)
getEventScreen().getCurrentDesktop().getItemById(id).open()
//Does open the folder. but is tedious and hard-coded hierarchy which I would want to avoid
getEventScreen().getCurrentDesktop().getItemByName(“panel”).getContainer().getItemByName(“folder”).open()
]]>Running a script with LL.runScript from another script results in LL.getCurrentDesktop() to be null
– Android Version : 6.0.1
– Device : Sony Xperia Z3 compact
– Steps to reproduce the issue :
create a scriptA containing: LL.getCurrentDesktop().setPosition(100,100,1,TRUE)
Create script B containing:
LL.runScript(“scriptA”,null)
assign scriptB to home-key.
Pressing the home key does not animate the desktop. No action. Instead error of null object reference. (unexpectedly)
Setting scriptA to home-key does animate the desktop as LL.getCurrentDesktop() is not null (as expected)
]]>It seems that on the Samsung Note7 the installed Email client widged causes a crash everytime I try to add it.
14a7
Pierre Hébert
Deleted all but one desktop under ‘configure desktops’.
But there are remaining orphaned desktops all with the same name. See Screenshot of hierarchy view.
Expected result is only one desktop in hierarchy view as in desktop overview.


With the new changes could it soon be possible to modify the toolbar actions in the app drawer?

