2021-12-12 11:46 PM
Hi,
Now I need to update the content that user inputs, but it seems that the TextArea widget can only set TypedText of generated.Maybe using text_with_wildcard and format the placeholder with char array. So is there any graceful way to do it ?
/jjlin
2021-12-13 05:15 AM
Not maybe but using text_with_wildcard set max chars in designer and in code you can write any char array , but chars used need be listed in font...
2021-12-13 06:01 AM
Hi,
Sure the wildcard is your way out here, see : https://support.touchgfx.com/4.18/docs/development/ui-development/touchgfx-engine-features/texts-and-fonts#wildcards
This way you can set the text area to any content, as long as you set properly the wildcards range in the Text panel.
Best regards,
Nicolas