I have desktop with 3 page. On home page I have pinned panel (as Dockbar). Panel have 3 page. All apps shortcut in panel is pinned.
Up gesture is set for doing this script:
var item = LL.getCurrentDesktop().getItemById(0x00001a);
if ( item.isVisible() )
item.setVisibility(false);
else
item.setVisibility(true);
My problem…
On desktop/3 page I have on bottom for example some folder. This folder have set z-index to most bottom. And I need, if is panel =visible, don’t show any items behind this panel.
What I must set by bindings, or by script? TrianguloY
I accidentially published a Version of the multitool APK which is only compatible with a Repository Importer Version which is not public yet.
You probably don’t want to update this yet, or just don’t use the apk. The script doesn’t require any of the updated functionality, so you can still use the script itself. The only thing which won’t work properly is the autimport.
Has anyone had trouble with LL causing apps to randomly close? On my Moto X (gen 1), apps I’m using will close spontaneously…and sometimes reopen spontaneously, sometimes stay closed. Sometimes the recent apps menu pops up spontaneously. Uninstalling LL seemed to solve it, but I don’t want to be without it! Any ideas? Could it be something else?
]]>
Hello , I use LLX . My desktop is composed of one large Zooper widget without other icons .
When the monitor is awakened from hibernation , I have only a gray screen with the navigation keys and it needs a tap with my finger on the screen , so that the widget appears . What can I do to make the widget always and instant visible ?
I have been experimenting with the setting ” memory size for images ” , but this brings no improvement .