October, 2016
now browsing by month
1. Gestures to switch off the screen.
2. The gesture of opening the notification bar very slowly opens it.
3. Separate the open folder location for the vertical and horizontal position, useful for tablets
]]>Hey there guys, can I get some assistance on the textual page indicator?
Hey there guys, can I get some assistance on the textual page indicator?
How to use it?
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
]]>I just used the Repository Importer to import the Change Home Page script.
I just used the Repository Importer to import the Change Home Page script. It works, but after a reboot, I must reset it again. Is there any way to have it load/run automatically upon boot and keep the same settings I had previously (it asks for the horizontal and vertical location of the new home page)?
PS: I need this for a wallpaper I’m using with KLWP (the wallpaper has 3 screens/pages). The home page is not the main wallpaper screen. Sorry if this made no sense, especially if you don’t have KLWP (I added it as addition info).
I have a dummy binding on a shortcut in a folder that provides a dynamic calendar date icon for the associated app.
However, the last time this ran properly was on 5th October. There must have been an alpha release on either 5th or 6th October that broke it.
The problem seems to be that parseInt(n) on a number with a leading zero (such as that returned by $ll_day) now results in NaN. Adding a second parameter of the form parseInt(n, 10) fixes the problem.
Is this intended new behaviour or is it a bug?
]]>V14a11
Editing properties of script-created items prevents other later scripted edits to work.
E.g. The color of items can’t be set via script once the item has been styled initially (accessing the properties seems to be enough already) via script before the color change is applied.
The color change works (without any code change) if no styling via script happened at the time the item was created.
]]>Hi, it’s been a while since my last post here.
It’s about: screen lock.
for 3 years (since my froyo phone) I use app to lock my phone without touch the power button and use it to replace “double tap to sleep” feature on my kitkat (upgraded to lolipop) stock launcher.
But now I use Marshmallow phone with fingerprint sensor. And I see many people struggle with it when tried screenlock app (or launcher with lock shortcut feature).
I search many lock app in playstore but always come to unpleasant statement like “not compatible for fingerprint phone”, “not compatible for marshmallow phone”, or “not compatible for nougat phone (what?)”.
So anyone can help me to tap for locking my phone again like old times? It’ll be good if I can achieve it with mere script.
This limitation forced me to stay with stock launcher.
And again, sorry for my poor english 🙂
Thank you
]]>Not sure if this a bug but when opening the activity screen to edit the settings like layout or events of a desktop,…
You would assume the desktop paused would be fired instead.
]]>
D5 Creation