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….. 🙂

]]>

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

  1. Anonymous says:

    < ![CDATA[

    Humm, that’s the second weird thing today regarding bindings. It works for me 🙁


    I will take a closer look at this.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    What was the first weird thing ?

    ]]>

  3. Anonymous says:

    < ![CDATA[

    this is the inability to access classes directly by their full name (https://plus.google.com/u/0/115366157037831519359/posts/ceYiNXshotT)

    ]]>

  4. Anonymous says:

    < ![CDATA[

    So if I add LL.bindClass(blabla) at the beginning it will work? I’ll try

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Not for TaskerIntent, which is already bound by default. I just don’t know why testStatus is not available as other methods. The only difference I see is “static”, and this shouldn’t be a problem

    ]]>

  6. Anonymous says:

    < ![CDATA[

    … We can maybe wait for a miracle on next llx update…

    ]]>

  7. Anonymous says:

    < ![CDATA[

    No miracle, just computer science…

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *