2024-04-20 07:24 AM
I tried to show text via textArea, i put some string into translation field, i see the string in designer but when i ran it the text is not present. I tried similar thing with digital clock with same result. I tried define own typographies with or without wildccards and non generated texts but all with the same result. I tried it on real hardware, other things like images and buttons are visible but the text in textArea not. Should i call some method for rest of init textArea?
Solved! Go to Solution.
2024-04-20 01:24 PM
Now it works! I unchecked Binary font files box in Config -> Text Configuration and all texts are visible in simulator and hardware.
2024-04-20 07:29 AM
Hello,
Did you call:
textArea.invalidate();
after setting the string?
2024-04-20 09:54 AM
No, i put initial value in the TouchGFX Designer only. I didn't change the string by my custom firmware yet. I can try call that in the method screenView::setupScreen()
2024-04-20 11:20 AM
TouchGFX version?
2024-04-20 11:56 AM
4.23.2
2024-04-20 01:24 PM
Now it works! I unchecked Binary font files box in Config -> Text Configuration and all texts are visible in simulator and hardware.