Benoît de Chezelles (bew)

now browsing by tag

 
 

When we want to add an app to the Homescreen, via the launcher (long press -> add to launcher), we can’t add…

When we want to add an app to the Homescreen, via the launcher (long press -> add to launcher), we can’t add folders..

Maybe a long press on a folder will give us the choice :

– add a shortcut to the folder to launcher (with same style)

– add the content of the folder to launcher

Thanks in advance!

Bew

]]>

Pierre Hébert

Pierre Hébert

Why did you recreate an Array object, instead of using this one ?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array

I need some actions of the official Array object…

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
]]>

I really need to import js file on top of scripts.

I really need to import js file on top of scripts… is it possible ? if not, can it be add in next update ? Pierre Hébert 

I’m making some API for thing that Lukas Morawietz  use to do in it’s scripts (like read/write to file system)

and adding 30 lines on top of any script just to add a class to manipulate file system is not really good I think…

First comment is the FileRW API to manipulate file system

Second comment is the last script from Lukas Morawietz  using my API… (just to make an idea..) (it’s more readable 😉 )

]]>

I need someone good at javascript, because I’m facing a nice difficulty… :

I need someone good at javascript, because I’m facing a nice difficulty… :

For my TaskerTask API, I have the object TaskerTask which has a var. The TaskerTask constructor is like : 

function TaskerTask() {

    var intent = new TaskerIntent();

}

Now, I have functions like :

TaskerTask.prototype.addAction = {

   setVariable: function(varName, value, options) {

      //blabla

      this.intent.addArg(/* blabla */);

   },

   flash: function(text, options) {

      //blabla

      this.intent.addArg(/* blabla */);

   }

};

Which make me able to do this :

var task = new TaskerTask();

task.addAction.setVariable(“VarName”, value);

The problem is : in the setVariable function, this isn’t defined anymore… and I need it….

I’m not sure it’s very clear.. ask if needed !

]]>

Hey

Hey,

do you know if it’s possible and how to do the following :

On the picture below we see several “cards” with some that are stacked… It it possible to make theses stacked cards dynamic, so for example for the bottom big stacked cards, when we swipe to down, the front card goes away, and the back cards zoom in a bit…

Then reverse effect if we swipe to top : all cards zoom out a bit, and the front appear from the bottom…

Idea of structure : 1 panel per card, and 1 panel that contains all cards,which has the script on position changed event.

Originally shared by amin mizar

]]>

Pierre Hébert  You’ll need another update for Tasker scripting ^^

Pierre Hébert  You’ll need another update for Tasker scripting ^^

I want to do :

TaskerIntent.testStatus( LL.getContext() );

and I get a beautiful “TaskerIndent has no public instance field or method named “testStatus”…

and in the source of TaskerIntent (TaskerIntent.java available here http://tasker.dinglisch.net/invoketasks.html) we have :

public class TaskerIntent extends Intent {

    //blabla

    public static Status testStatus( Context c ) {

        //blabla

    }

}

sooo….. 🙂

]]>

http://www.pierrox.net/

http://www.pierrox.net/

ERROR : The requested URL could not be retrieved

do you have the same problem ?

]]>

I’m making a more user-friendly & easy-to-use API for Tasker, I wanted to have your reviews on it.

I’m making a more user-friendly & easy-to-use API for Tasker, I wanted to have your reviews on it.

Here is the link for the folder with :

– ideas.js (with ideas for usability of the API)

– TaskerTask.js which is the API class (you’ll see the beginning)

others files are help files for me…

so, what do you think ?

https://www.dropbox.com/sh/kgim6elto2tn5lo/AADloo6Ovmiylm23GjsItRZPa?dl=0
]]>

Pierre Hébert Lukas Morawietz (if you have any idea)

Pierre Hébert Lukas Morawietz (if you have any idea)

Pleeaassee !

BIG PROBLEM!!!!!!

One of my desktop is completely buggy (after trying the grid settings), the desktop cannot be drawn, and every time it tries, LLX crash

So I can’t get to my normal desktop, because it always tries to draw the actual desktop -> LLX crash…

I tried action with tasker and scripting, but I cannot delete or reset the buggy desktop… Or move to another… So I sucks…

A solution would be, Pierre, to add an action in the Tasker plugin, to reset or remove a desktop : Without trying to draw it!!

I hope I’m (with you) going to find a solution without reseting the app data…. :(

]]>

Any way to see and edit script on computer via sdcard?

Any way to see and edit script on computer via sdcard?

They could be placed in /storage/sdcard1/LightningLauncher/scripts/ for example!

]]>