now browsing by category

 

Pierre Hébert the i.menu documentation on the PropertySet page is duplicated.

Pierre Hébert the i.menu documentation on the PropertySet page is duplicated. http://www.lightninglauncher.com/scripting/reference/api-beta/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html

http://www.lightninglauncher.com/scripting/reference/api-beta/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html
]]>

Pierre Hébert

Pierre Hébert

var p=c.addPanel(0,0,100,100);

p.getContainer().getCellWidth()

Returns 0

]]>

Possible bug in v.12.9.1 (r2583) running under Android v6.0.1.

Possible bug in v.12.9.1 (r2583) running under Android v6.0.1. I moved as many apps as possible to the SD card, and for those apps, the widgets are no longer available. Is this a known issue that will be fixed in v.14?

Thanks

]]>

May have identified a bug… at least in my configuration.

May have identified a bug… at least in my configuration. Home screen and the notifications at the top of the screen developed a shaking glitch. When I use a different launcher or leave the home screen by selecting an app, the shaking disappears.

I’ve use my configuration for well over a year and this I’d the first time I’ve seen it. Makes LL unusable…

Amy known issues? Like this?

]]>

This bug is ages old, but I’m reporting it again as I came across it again:

This bug is ages old, but I’m reporting it again as I came across it again:

items in script-created containers will not keep assigned on-grid positions if interacted with (e.g. when edit mode is entered on the container, or a script edits properties of the item).

Simplest reproducing script I found:

var c = getActiveScreen().getCurrentDesktop().addPanel(0,0,100,100).getContainer();

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

s.setCell(1,1,2,2);

Note that

– whether or not save() is called has no impact on this bug

– off-grid positions are kept

– I don’t know if only editing specific properties causes the “jump” back to 0/0, but going into edit mode does it for sure

]]>

I have empty destktop (by reset).

I have empty destktop (by reset).

I add container PANEL to desktop.

I go to edit mode, select this new panel and in MISC tab i set a name for this panel (for example My own panel.

Now in properities i see Panel ‘(My own panel)’.

I exit from edit mode (i am on normal desktop).

When i doing long tap on panel, i see only Panel and number in title (not see text My own panel).

I doing tap to pencil (edit) and click to brush (properities), still i dont see text My own panel.

When i select tab MISC. In this screen is not visible option set a name.

When i doing same steps with container FOLDER, everything is OK.

last version b3. Pierre Hébert

]]>

Most of widgets doesn’t work for me: click does nothing, only frame is drawn, options are not saved or applied.

Most of widgets doesn’t work for me: click does nothing, only frame is drawn, options are not saved or applied. Version 14b3. Widgets: S Planner, Paypal, Clock, AlarmDroid etc. – each widget has different set of issues. Is this expected? How to make widgets work correctly?

]]>

Unexpected behaviour: When the last script in the currently open folder gets deleted a new script in this folder is…

Unexpected behaviour: When the last script in the currently open folder gets deleted a new script in this folder is created.

Expected behaviour: Active folder should switch to the first non-empty folder in the hierarchy. Only on the top level a new script schould be created.

]]>

There seems to be weird behavior with custom views: when you do getCurrentScript() in a script that causes a custom…

There seems to be weird behavior with custom views: when you do getCurrentScript() in a script that causes a custom a custom view to load it actually returns the custom view creation script instead of the actual script.

So for example:

alert(getActiveScreen().getContainerById(7).getItemByName(“testCV”).getView().getText())

alert(getCurrentScript().getName())

Will display the text in the textview of the custom view, but after that the name of the creation script of that custom view instead of the name of the script that runs this.

]]>

V14b2. Maybe an older bug..

V14b2. Maybe an older bug..

But in landscape the edit windows (text,icon,box,event.. etc.) are not in landscape format.

I have them (near) full-screen in portrait. Because of the above bug, i mis top and bottom part.

]]>