cancel
Showing results for 
Search instead for 
Did you mean: 

Set text for TextArea widget using char array instead of using typedText

JJ.Lin
Associate III

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

2 REPLIES 2
MM..1
Chief II

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

N. SANTINI
ST Employee

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