How to insert a newline in a text area via coding
i have this problem, in my app i have a text area which say:
current option:
Option A
using touchGFX i set an interaction when a button is pressed to chage that text area, and i need it to become:
current option:
Option B
when i put those tho line in the text field in the Interaction options on touchGFX like showed

what TouchGFX generates on ScreenViewBase.cpp is this:

and OFC won't compile.
i tryed some escape sequence, but no luck so far...
can someone enlight me.
Thanks in advance
Stefano