now browsing by category
V14a10
Setting the alpha of an item lower than 255 leads to text aliasing artefacts when zoomed into the desktop although hardware acceleration is disabled for desktop and item
You would expect a clear text with sharp edges as long as hardware acceleration remains disabled.
Example script
getEvent().getScreen().getCurrentDesktop().getItemByName(“item”).getProperties().edit().setInteger(“i.alpha”,254).commit();
]]>V14a10
A script executed after desktop items have been removed throws nullpointer exception.
_____________
var items = getEvent().getScreen().getCurrentDesktop().getAllItems();
var l_item;
var d =getEvent().getScreen().getCurrentDesktop();
for(var i=items.length-1;i>=0;i–)
{
l_item=items[i];
d.removeItem(l_item);
}
getEvent().getScreen().runScript(“event”,null)
___________
The script “event” only displays an android toast message.
BTW: the desktop consists of items created by script. Executing the same script on the default desktop works.
]]>LL crash when refreshing the app drawer (or when unistalling app, but I guess the refresh caused by the app removal…
Log sent.
]]>Detaching items via script seems to be not working for me at all in v14a10, untested on previous versions.
Tested with i.getProperties().edit().setBoolean(“i.enabled”,false).commit();
]]>Hello
New Bug found:
when unlock the phone from the locker desktop, after him instead of returning to the home screen, an app is opened at random on the device.
The app is not in run on the device!
I close every app, after I lock the phone, when I unlock, LL not return to the home, but it’s run a casual app!!!
I think you resolve the problem!
I use android 4.2.2 on G750-U10 Huawey phone!
Have a nice day!
Enrico
]]>14a4 – 14a7 – 14a8 = The red color does not change
14a2 – 14a3 = Fine
]]>Not sure if this is a bug, but I am getting a nullpointer exception when trying to get all items of the current…
Neither of these work with v14a8
getEvent().getContainer().getAllItems()
getEvent().getScreen().getCurrentDesktop().getAllItems()
In V12 I used LL.getCurrentDesktop().getItems() which doesn’t work now either
]]>Flashing on scrolling direction change
Assign this script to a shortcut:
LL.getCurrentDesktop().getProperties().edit().setString(“scrollingDirection”,”AUTO”).commit();
And notice a short flashing. Seems like the screen gets refreshed quickly? Doesn’t look great though.
New behaviour introduced with v14a
Additionally, the container scrolls to top when the script gets executed. I would expect the container remains in its scrolling position until an explicit setPosition().
]]>