Gianni Greggio
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
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.