Does anybody know, if it's possible to retrieve Text from enums with textlist Support? The data is also saved as .txt file, but in UTF-8 which doesn't work with "DynamicTextGetText" etc..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
lst_tech hat geschrieben:
Does anybody know, if it's possible to retrieve Text from enums with textlist Support? The data is also saved as .txt file, but in UTF-8 which doesn't work with "DynamicTextGetText" etc..
Did you try to use "DynamicTextGetTextW"?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I tried this one. The Problem is, that the file coding differs from "normal" text list (utf-8 / ANSI).
It seems that UTF-8 isn't working with DynamicTextGet... My solution is to read it manually with FileOpen/FileGets (According to the CSV reader example).
Thanks for your support
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
Does anybody have an IDEA how could I retrieve text from TextList in my programm?
I have a list, for example:
0:a
2:b
54:c
i saw function DynamicTextGetText, but I have no idea how to use it. It always returns '';
Thank you!
up
It returns nothing if no language has been selected yet.
If you want to get the "default" text, then use:
If the user has selected a language, or if this is set in the application you can use:
What you can do is remember the latest selected language and load that at the start of the application.
Thank you for your response!
Originally created by: IC_Holtec
Does somebody have an programing example, how to use DynamicTextGetText, because it dont Work for me.
Try this one
TextList.project [123.08 KiB]
Does anybody know, if it's possible to retrieve Text from enums with textlist Support? The data is also saved as .txt file, but in UTF-8 which doesn't work with "DynamicTextGetText" etc..
Did you try to use "DynamicTextGetTextW"?
Yes, I tried this one. The Problem is, that the file coding differs from "normal" text list (utf-8 / ANSI).
It seems that UTF-8 isn't working with DynamicTextGet... My solution is to read it manually with FileOpen/FileGets (According to the CSV reader example).
Thanks for your support