2019-04-30 11:37 AM
Dear,
On https://touchgfx.zendesk.com/hc/en-us/articles/205443982 the variables textCounterBuffer and TEXTCOUNTER_SIZE are used in snprintf.
If I'm not mistaken, those variables are not available in TouchGFX 4.10.0. Is that correct?
Thanks,
Bart
Solved! Go to Solution.
2019-04-30 12:01 PM
If you add a wildcard to the textArea and check the "Use wildcard buffer" option they should get generated in the ViewBase class for that screen.
Screenshot:
EDIT: add screenshot
2019-04-30 12:01 PM
If you add a wildcard to the textArea and check the "Use wildcard buffer" option they should get generated in the ViewBase class for that screen.
Screenshot:
EDIT: add screenshot
2019-04-30 10:34 PM
thank you, nice catch! :)