now browsing by tag

 
 

How with script can I get the 5 top used often application shortcuts?

How with script can I get the 5 top used often application shortcuts?

]]>

again with this question.

again with this question. I create a shortcut inside a panel with this script, if you see in the video when edit the layout of the panel the shortcut appear without icon, but when going back the icon show again and if I long press the shortcut LL crash. Pierre Hébert What I’m doing wrong?

var d=LL.getCurrentDesktop();

var v=getVariables();

var width=d.getWidth();

var panel = d.addPanel(0,0,width,1);

var title = panel.getContainer().addShortcut(“test”,new Intent(),0,0);

title.setIntent(null);

e=title.getProperties().edit()

e.setBoolean(“s.iconVisibility”,false);

e.getBox(“i.box”).setColor(“c”,”ns”,0x80ffffff);

e.commit();

title.setCell(0,0,5,1,true);

LL.save();

]]>

i create a shortcut with this lines and change icon visibility but the shortcut create but the icon still visible.

i create a shortcut with this lines and change icon visibility but the shortcut create but the icon still visible. I check the properties and seems to be correct (screenshot). If I manually check display the icon and again the icon disappear.

Suggestions?

var e = getEvent();

var c = e.getContainer();

var sh=c.addShortcut(“test”,Intent(),0,0);

sh.getProperties().edit().setBoolean(“s.iconVisibility”,false).commit();

]]>

using scripts how do I add an action to the list of actions?

using scripts how do I add an action to the list of actions?

]]>

I have a little glitch when switching desktops the icons move up or down, he is a little video, tks

I have a little glitch when switching desktops the icons move up or down, he is a little video, tks

]]>

How do I set the image background of a panel within my script?

How do I set the image background of a panel within my script?

]]>

It is possible to detach an item from grid in a script?

It is possible to detach an item from grid in a script?

]]>

Hi

Hi

I have several panel with apps. this panel are shown when swipe right and close when swipe left using bidings and variables

I want to set the variable that close all panels when an application inside any panel is launch, like the folders behaviour

¿Is this possible?

]]>

Pierre Hébert  Long tap for moving items is not working for me I need to enter edit mode

Pierre Hébert  Long tap for moving items is not working for me I need to enter edit mode 

]]>

I think this two settings should be the same ??? not sure anyway Pierre Hébert

I think this two settings should be the same ??? not sure anyway Pierre Hébert 

V12.4b4 beta

]]>