TrianguloY​Bruno-Isa LAMOUR-ARNOULD​

TrianguloY​Bruno-Isa LAMOUR-ARNOULD​

Made a little instruction video

For later reference: Script is by TrianguloY​

]]>

5 Commentsto TrianguloY​Bruno-Isa LAMOUR-ARNOULD​

  1. Anonymous says:

    < ![CDATA[

    Just one thing: you need to set it in the dummy property, not box (it works in the box? Not sure which value is returning but seems it doesn’t matter)


    Anyway, thank you for creating the video, now I don’t need to make it 😛


    No, really, thank you 🙂

    ]]>

  2. Anonymous says:

    < ![CDATA[

    dummy works. box works.


    YW

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Great 😊 


    I’m using Text item and not displaying label


    And the script in label



    I confirm : the script could be at any place in bindings

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Is it possible to have the day of week = from 1 to 7 or 0 to 6


    And the number of days in the month ? (28 if Feb or 30 or 31)


    TrianguloY​​

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Yes, but using the values from the calendar functions, remember those are not updated automatically.







    LL.bindClass(“java.util.Calendar”);


    var cal=Calendar.getInstance();



    var week=cal.get(Calendar.DAY_OF_WEEK)-1;



    var max=cal.getActualMaximum(Calendar.DAY_OF_MONTH);

    ]]>

Leave a Reply

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