now browsing by category
This gives me a reference error on line 1. Any thoughts as to why it isnt working? It does exist in my scrpt editor..
var b = LL.runScript(hmm2);
var f = LL.getContainerById(105);
if (f.getPositionY() == -282) {
f.setPosition(0, 0, 1, true);
} else {
f.setPosition(0, -282, 1, true);
b;
}
]]>This is embarrassing, and someone please point me to the FAQ where I might find the answer, but I just downloaded LL…
.
The script below used to have clearTimeout in the else statement, but that no longer works (clearTimeout not…
Can i make my folders look like stacks but customize the background square? Make it transparent, round, etc?
Is the notifications on G+ playing up or is it just me?
Hmm, while i was away alot has changed in Menus.
Hello
I need help from script or tasker guru. I want to create a shortcuts that move 2 panels too the specified position.
I can easily create 2 separate shortcuts. And I got the intent for the corresponding shortcuts (e.g. “#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=3.8146973E-5;f.x=0.46585464;i.p=137;end”).
So I tried to use Tasker as suggested in a previous discussion using the Script/Run shell task and entering in action:
am start “intent:#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=3.8146973E-5;f.x=0.46585464;i.p=137;end”
But it does not work on my phone. I tried a lot of thing, removing the “, removing the \ before the / (and the opposite)… I just can’t get to make it work.
So if any of you script or tasker guru could help me on that. I would be eternally grateful :p
]]>