How should i use methods to set scripts to containers with script?

How should i use methods to set scripts to containers with script?

]]>

3 Commentsto How should i use methods to set scripts to containers with script?

  1. Anonymous says:

    < ![CDATA[

    You can use PropertyEditor.setEventHandler with one of the event properties listed in the PropertySet description (for instance homeKey, swipeUp, paused) and the action code as defined in the EventHandler class.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Like this:


    item.getProperties().edit()


    .setEventHandler(“i.tap”,EventHandler.RUN_SCRIPT,myscript.getId())


    .setEventHandler(“i.longTap”,EventHandler.RUN_SCRIPT, myscript2.getId())


    .commit();

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Wow!


    i could set ❢



    very very Thank you lol

    ]]>

Leave a Reply

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