• Gianni Greggio
    August 23, 2017 at 5:41 am #4525

    Hi guys.

    How can I set text onLoad event of my ModalAlert using a tw.local variable?

    me.setText(“Ciao ” + tw.local.var1 );

    thanks a lot 🙂

    SPARK Support
    August 23, 2017 at 3:22 pm #4528

    Hi Gianni,

    You can use a Data control and bind it to the tw.local variable.  Then in your On Load, place us me.setText(“Ciao ” + ${Data1}.getData() );

    Although, i would recommend using the Formula Configuration option instead of On Load.

    Regards,

    Stephen P.

    Gianni Greggio
    August 25, 2017 at 1:41 am #4533

    it works.. thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search