2022-04-21 08: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 02: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 02: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 04:08 AM
oh,Thanks!
Is because I ignored the setWideTextAction() function.