Adam C (adrok76)

now browsing by tag

 
 

On further inspection I have 2 repository importers in my menu and the dynamic calendar script for my app drawer has…

On further inspection I have 2 repository importers in my menu and the dynamic calendar script for my app drawer has been erased, this is a template I previously had saved as a template and a backup and have restored.

]]>

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

]]>

Thank you TrianguloY​ I couldn’t have done it without your great video tutorial 👍😁

Thank you TrianguloY​ I couldn’t have done it without your great video tutorial 👍😁

]]>

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?

]]>

Hey LLX, Is it possible to change the theme of a template I made before the update including light and dark theme,…

Hey LLX, Is it possible to change the theme of a template I made before the update including light and dark theme, I want a dark theme, but my template doesn’t change to dark when selected in general settings, LLX settings change to dark, but on screen settings box stays light…

]]>

Hey guys, hope you all had a great Christmas, I have a couple of questions.

Hey guys, hope you all had a great Christmas, I have a couple of questions. firstly can we not edit the icons in the app drawer for when some are unthemed, or alternates are preferred? Secondly, more a bug, but certain icon packs I have do not apply, I have only checked this by applying in the app drawer only, so I am unsure whether it is present when applying to the desktop also, but I will check if needed.

Edit: I haven’t provided more info as I wasn’t sure if it was known already, please comment if you need more!😀

On a seperate note, thank you for this awesome launcher, I hope some of my recent G+ posts contributed to a few more sales of this great app, keep up the excellent work and I wish everyone in this great community all the very best for the new year! 🍻🎉

]]>

Hey guys, I’m a newcomer to llx so be gentle please.

Hey guys, I’m a newcomer to llx so be gentle please.. I’ve been playing around with it for the last day or so and was wandering if it’s possible (it probably is!) To have no folder background at all, I just wanted to have the icons stacked on there own.. Thanks for reading..

]]>