cancel
Showing results for 
Search instead for 
Did you mean: 

TextArea widget display failure

Daniel_Marosi
Associate

Using TOUCHGFX Rev 4.24.2

And following https://support.touchgfx.com/academy/tutorials/tutorial-02

TextArea widget fail to show valid value.

Daniel_Marosi_0-1735515621468.png

 

void MainView::buttonUpClicked()

{

    touchgfx_printf("buttonUpClicked\n");

    counter++;

    Unicode::snprintf(textCounterBuffer, TEXTCOUNTER_SIZE, "%d", counter);

    // Invalidate text area, which will result in it being redrawn in next tick.

    textCounter.invalidate();

}

 

What am I missing?

1 ACCEPTED SOLUTION

Accepted Solutions
Daniel_Marosi
Associate

Problem:

Display ? in Text Area

Daniel_Marosi_1-1735579408284.png

Solution:

Add wildcard Range 0-9 in <Texts><Typograpies>

Daniel_Marosi_2-1735579454466.png

 

View solution in original post

1 REPLY 1
Daniel_Marosi
Associate

Problem:

Display ? in Text Area

Daniel_Marosi_1-1735579408284.png

Solution:

Add wildcard Range 0-9 in <Texts><Typograpies>

Daniel_Marosi_2-1735579454466.png