textArea alignment problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-24 11:15 PM
textArea can only be configured in the design of the text alignment, but not in the code to dynamically modify the alignment of the text, which is very strange, because then, in the long text of the automatic line breaks, the Chinese need to be left-aligned, the English need to be aligned in the centre, it can not be achieved.
- Labels:
-
TouchGFX
-
TouchGFX Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-28 5:17 AM
Hello @Nex-Leo ,
I understand this can be annoying to navigate but could you have 2 textArea, one for the English center aligned text and one for the Chinese left aligned text?
Regards,
Software engineer at ST (TouchGFX)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-05-05 7:18 PM
Hello @GaetanGodart ,
The scenario you describe is achievable for a text, but ours has a lot of texts and each one is in multiple languages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-05-15 4:48 AM
Hello @Nex-Leo ,
If you want to only have one textArea, you could also do that by having 2 texts, one left aligned for English and one right aligned for Chinese:
Regards,
Software engineer at ST (TouchGFX)
