How to change the modal text when using Modal in TouchGFX?
The TouchGFX uses a Modal window. A TextArear is declared in the Model Window, and the TextArear content is to be changed depending on the circumstances. Is there a way to change the text only in one TextArear?
For example) case1 -> Hello,
case2 -> Have Nice Day!
case3 -> Good Days!~
I want to change these text contents and use them.
