2022-04-21 8:31 PM
When I put a long text in a small text area, the ellipsis doesn't appear, and the text is directly truncated,version is 4.19.1
Solved! Go to Solution.
2022-04-22 2:51 AM
Hello @SLuo.2 ,
The implementation of ellipsis characters in TouchGFX could be quite tricky to understand.
Let us check if you included everything to make it work :
Let me know if that helped you,
/Yoann
2022-04-22 2:51 AM
Hello @SLuo.2 ,
The implementation of ellipsis characters in TouchGFX could be quite tricky to understand.
Let us check if you included everything to make it work :
Let me know if that helped you,
/Yoann
2022-04-22 4:08 AM
oh,Thanks!
Is because I ignored the setWideTextAction() function.