Skip to main content
BBoec
Associate II
April 30, 2019
Solved

Missing variables textCounterBuffer and TEXTCOUNTER_SIZE

  • April 30, 2019
  • 2 replies
  • 973 views

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

This topic has been closed for replies.
Best answer by cameronf

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:

0690X000008B7t8QAC.png

EDIT: add screenshot

2 replies

cameronf
cameronfBest answer
Associate
April 30, 2019

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:

0690X000008B7t8QAC.png

EDIT: add screenshot

BBoec
BBoecAuthor
Associate II
May 1, 2019

thank you, nice catch! :)