March, 2014
now browsing by month
v9.9.14 beta
Edit: I forgot to mention the expert mode!
A few bug fixes and some hopefully small but nice additions:
– expert mode: on for new installs, off for existing setups, this will hide or show advanced options
– container gets focused on touch, not on position changed (will solve a problem when scrolling a panel through script and adding items in the meantime and other related issues)
– default folder icon style is now grid, fix problems with background
– add an option to enable/disable script execution globally
– fix a crash that could happen when deleting the home desktop
– fix a crash when trying to reach a panel in a folder through the hierarchy menu and the panel has never been displayed before
– fix a crash with stop point customization
– script: allow modification of item property “i.onGrid”
– script: add LL.setScriptTag() and LL.getScriptTag()
– script: add Container.getBoundingBox()
]]>From another post:
Pierre Hébert, when you run a script from the position changed event…what return event.getTouchX and getTouchScreenX? (and Y)
Not the finger position…The container position? My tests says no but…
]]>In LL, we can locate an item into dual position with landscape/portrait mode.
But I couldnt find a method to do it with script.
item.setCell(…);
item.setPosition(…);
Above methods doesn’t show something about dual mode.
In current script, is there no method?
]]>So, my HTC One finally updated to 4.4.2 last night but, for some reason, my ‘phone’ app (ie.
Works if I switch to Sense or another launcher though :-/
It just comes up with the message ‘there’s no app installed, choose one or go to Google Play’. Try choosing ‘phone’ and nothing happens.
Any ideas?
]]>Another thing missing:
A tap event contains a container, a swipe event returns -1 for container.
]]>implemented
I would like to have a method to access the borders of a container.
+TrianguloY and I figured out, that it is unnecessary to calculate it again in scripts, if the launcher already knows this values