cancel
Showing results for 
Search instead for 
Did you mean: 

Text wildCard shows characters

idrissmc
Associate II

Hello,

I made a simple project to test TouchGFX, when I move the slider I got error values, the initial value I’ve set in TouchGFX Designer is 25, so when I move the slider if the value contains 2 or 5 it will show with an other character

this is is my code:

void Screen1View::SliderChanged(int value)

{

unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, “%d�?,value );

textArea1.setWildcard(textArea1Buffer);

textArea1.invalidate();

}

5 REPLIES 5
PBull
Associate III

Hi,

you should add all digits you want to use (0-9) to your project (Texts -> Typographies -> Wildcard ranges).

Where can I find that?

In your Designer (Texts -> Typographies -> Wildcard ranges)

Karan 123
Senior

Hi,

Please Check below Image.

0693W000000WnsfQAC.png

Karan

Thank you