now browsing by category
I am having a problem with setting klwp with lightning launcher when I turn on scrolling wallpaper but it doesn’t…
Hello everybody.
I’m french and my english is not perfect.
I don’t see and option to view all objects (select all) in edition mode. If you place a transparent object (not hidden) and you find where you’re put this one, it’s a hard task to find this object.
Thanks for yours answers.
Have a nice day.
François or Francis (in English).
]]>How to access the appdrawer by using its id of 99?
Goal is to style the appdrawer without opening it.
Access is a bit harder due to recent screen API changes. It seems.
Pierre Hébert
]]>Is there any way to make an intent that open a new empty tab in Chrome ?
I know it’s possible to open a URL, but I just want to open a new tab, so I can type in my search (with auto suggestions etc..)
Thanks guys
]]>Since 6 october this bindings is no more working. On an item
I have the message as no icon found
//go to the icon picker and search the 31 items. Long click the first one (it will be copied) and paste it here between the brackets
var link = [ “com.esethnet.vion”, “business_calendar_1” ]
//write here the number to set
var number=$ll_day;
//end of config
if(link.length==0){alert(“follow the instructions and paste the icon properties in the script”);return;}
var now=parseInt(number);
var iconPackName = link[0];
var prefixName = link[1].substring(0,link[1].length-1);
var icon=LL.createImage(iconPackName,prefixName+now);
if(icon==null){alert(“no icon found, make sure the pasted data is right and the icon pack have it”);return;}
item.setCustomIcon(icon);
Similar script is working fine on my appdrawer from TrianguloY
]]>What is the working, not deprecated alternative for below code?
function ClearList(item) {
var Ritems = item.getItems();
for (var j = 0; j < Ritems.getLength(); j++) {
item.removeItem(Ritems.getAt(j));
}
}
My guess was:
function ClearList(item) {
var Ritems = item.getAllItems();
for (var j = 1; j <= Ritems.length; j++) {
item.removeItem(Ritems[j]);
}
}
But the “removeItem” throws an error 🙁
]]>Anyone here know if I can make a folder with white writing and a black outline?
I want to do it because it just makes it more visible on the background.
]]>
D5 Creation