now browsing by category

 

Getting this error since the latest update of repository installer importer, long press on empty space – add item -…

Getting this error since the latest update of repository installer importer, long press on empty space – add item – app – this message gets displayed TrianguloY​​

]]>

I don’t understand how to move items and how to use the free position of items, can you give me some tips, and or…

I don’t understand how to move items and how to use the free position of items, can you give me some tips, and or source code ( beginner and advanced) I can try to understand and test, thanks!

]]>

Title

]]>

Anybody use Media Utilities widgets? I can’t seem to get them to work with LLX. It doesn’t show up.

Anybody use Media Utilities widgets? I can’t seem to get them to work with LLX. It doesn’t show up.

Upon adding the widget, I went through its configuration page with default values. I ensured that it is NOT hidden whenever music is not playing. Then I hit the Done button and expected it to show on my desktop. Nothing. I checked the Items > Hierarchy. Nothing. Tried on different screens, desktops, panels. Nope.

Tried clearing MU’s data… uninstalling MU… No.

It worked exactly once after I cleared data on LLX recently. But it doesn’t work any more (the widget showed the “not configured” or whatever message). I deleted the widget from the desktop. Now I’m back in the same boat.

Just tried it with the Apex launcher. Works fine

]]>

Title

]]>

LLX how to edit when too many pin items.mp4 : http://youtu.be/2DfdC7bdqiU

LLX how to edit when too many pin items.mp4 : http://youtu.be/2DfdC7bdqiU

A little problem here, I have unchecked the option ‘honor pinned items in edit mode’ but it’s very annoying anyway, the items are pinned even in edit mode 🙁

http://youtu.be/2DfdC7bdqiU
]]>

One thing I cannot understand, is why we can’t use swipe event in a panel?

One thing I cannot understand, is why we can’t use swipe event in a panel?

]]>

I have both these dynamic calendar scripts working separately in my app drawer, but when I tried making the new…

I have both these dynamic calendar scripts working separately in my app drawer, but when I tried making the new script suggested by TrianguloY​ by copying the script twice and editing where necessary, only the first script is applied, Here it is if anyone has any suggestions or can correct any error I may have made, thanks guys…

//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.thaphlash.random”, “today_1” ]

//This is the label of the item to put the icon to

var labelName = “Today Settings”;

//write true to set the calendar based on the month. By default it’s false: based on the day

var month=false;

//end of config

if(link.length==0){alert(“follow the instructions and paste the icon properties in the script”);return;}

LL.bindClass(“java.util.Calendar”);

var now=Calendar.getInstance().get(month?Calendar.MONTH:Calendar.DAY_OF_MONTH);

if(month)now++;

//only when change, or run from item

if(now.toString()==LL.getScriptTag()&&LL.getEvent().getSource()!=”MENU_ITEM”)return;

LL.setScriptTag(now);

var iconPackName = link[0];

var prefixName = link[1].substring(0,link[1].length-1);

var item=LL.getEvent().getContainer().getItemByLabel(labelName);

if(item==null){alert(“no item found, make sure the label is the same as in the script”); return;}

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);//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.thaphlash.random”, “calendar_1” ]

//This is the label of the item to put the icon to

var labelName = “Calendar”;

//write true to set the calendar based on the month. By default it’s false: based on the day

var month=false;

//end of config

if(link.length==0){alert(“follow the instructions and paste the icon properties in the script”);return;}

LL.bindClass(“java.util.Calendar”);

var now=Calendar.getInstance().get(month?Calendar.MONTH:Calendar.DAY_OF_MONTH);

if(month)now++;

//only when change, or run from item

if(now.toString()==LL.getScriptTag()&&LL.getEvent().getSource()!=”MENU_ITEM”)return;

LL.setScriptTag(now);

var iconPackName = link[0];

var prefixName = link[1].substring(0,link[1].length-1);

var item=LL.getEvent().getContainer().getItemByLabel(labelName);

if(item==null){alert(“no item found, make sure the label is the same as in the script”); return;}

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);

]]>

Is there an API for changing colors of built-in page indicator? I can’t find anything useful in API reference…

Is there an API for changing colors of built-in page indicator? I can’t find anything useful in API reference…

]]>

Sorry Pierre Hébert​ this is what I was referring to in my post earlier, on this template, the add item box is…

Sorry Pierre Hébert​ this is what I was referring to in my post earlier, on this template, the add item box is white even though I have dark theme set in LLX settings, it is a template from before the light/dark theme option was implemented in the latest betas, can this be changed to dark theme?

]]>