now browsing by category
Bug or Feature?
I have on my floating desktop a panel with inside a custom view showing the weather. When I see it as desktop I cannot see the custom view showing the weather, but when I use the desktop as overlay Then I see the custom view has my weather widget. I think I find it handy when I see my custom view in both conditions. Is that possible? Are there more that experience this?
]]>Is there any sort of official LL wallpaper or boot animation? Working on an LL theme for CM12.
Did the App Drawer opening animation ever become customizable?
With all of the new features is it possible to recreate the ios blur effect?
So what sort of things are you guys using the floating desktop for?
I would have used it for a custom notification panel but now I have installed a ROM there is no need for it. Not really sure what I should do with it now.
]]>Nothing to do with LL but maybe someone here can help.
On my sd card i have 1 folder with about 20 folders in it and in each folder there’s 1 file anyone know a quick way to move all of those files to 1 folder?
]]>Hi, everyone, a question about app drawer ;
I add a folder in My Drawer, but I can’ t see it in Alphabetical .
Is it OK OR NOT .
]]>It is very annoying to have the keyboard text prediction while using the Script Editor.
+Pierre Hébert can you help.
Below is quoted from the module developer.
“It should work with every edit box which inheritates EditText. It’s hard to explain if you don’t know the code. If the app uses a custom textbox which is not inherit from EditText it won’t work.”
]]>I found that getItems() return the list of items from a container in a comma separated format.
I used below trying to get the list in an array, but all comes in items[0] as one item.
It would be nice to have an option to get all items’ names in an array.
var e=LL.getEvent();
var c=LL.getCurrentDesktop();
var pnl = c.getItemByName(‘pnlPersonal’).getContainer();
var items = new Array (pnl.getItems());
Android.makeNewToast(items[0], true).show();
]]>