now browsing by category
Pierre Hébert the i.menu documentation on the PropertySet page is duplicated.
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.
Thanks
]]>May have identified a bug… at least in my configuration.
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:
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
]]>Most of widgets doesn’t work for me: click does nothing, only frame is drawn, options are not saved or applied.
Unexpected behaviour: When the last script in the currently open folder gets deleted a new script in this folder is…
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…
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.
]]>