Hi.
We use Unicode TeeChart ActiveX ver.7.0.1.4.
Using Mongolian language, some letters are not displayed correct.
They are written Question mark(?).
There is an example.
'Нийт дуудлага' -> 'Нийт дуудлага' -> Correct
'Гэнэтийн өвчлөл' -> 'Гэнэтийн ?вчл?л' -> Some Characters are ' ? '.
This problem occurs both Unicode and non-Unicode version.
Is there any way to solve this?
Please answer soon.
An incorrect character In Mongolian language
Re: An incorrect character In Mongolian language
Hi Seth,
Have you tried with CodeUTF8String and DecodeUTF8String functions?
Something like this
Have you tried with CodeUTF8String and DecodeUTF8String functions?
Something like this
Code: Select all
TChart1.Header.Text.Text = TChart1.Environment.CodeUTF8String("Нийт дуудлага Гэнэтийн ", True) + TChart1.Environment.DecodeUTF8String("@U#04E9") + TChart1.Environment.CodeUTF8String("вчл", True) + TChart1.Environment.DecodeUTF8String("@U#04E9") + TChart1.Environment.CodeUTF8String("л", True)
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
Re: An incorrect character In Mongolian language
Thanks your favor.
That problem is solved well.
But we have another one.
Look at this picture.

In Editing dialog, Series tab, there are not correct characters.
To change Series Title, we can't input words in Mongolian.
As you see, some letters are displaying '?' .
How can we display characters correctly? We have to write Unicode String?
If there is not any way to solve this problem, Can you fix it?
We use Unicode TeeChart ActiveX ver.7.0.1.4.
I'll be waiting for your answer.
That problem is solved well.
But we have another one.
Look at this picture.

In Editing dialog, Series tab, there are not correct characters.
To change Series Title, we can't input words in Mongolian.
As you see, some letters are displaying '?' .
How can we display characters correctly? We have to write Unicode String?
If there is not any way to solve this problem, Can you fix it?
We use Unicode TeeChart ActiveX ver.7.0.1.4.
I'll be waiting for your answer.
Re: An incorrect character In Mongolian language
Hi Seth,
I'm afraid that TeeChart AX v7 don't allow this because it is a COM wrapper of TeeChart Pro VCL v7 that wasn't compiled in an unicode IDE and the internal names aren't unicode strings. We hope that the next TeeChart AX v9 will be totally unicode.
I'm afraid that TeeChart AX v7 don't allow this because it is a COM wrapper of TeeChart Pro VCL v7 that wasn't compiled in an unicode IDE and the internal names aren't unicode strings. We hope that the next TeeChart AX v9 will be totally unicode.
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
Re: An incorrect character In Mongolian language
Hello,
I got your reply well.
Then, Can we hide Data Tab in Editing Dialog?
Look at this picture, please.

We are making Editing Dialog in TeeCommander Object.
So, do you have an any way for hiding Data Tab?
If you have one, please answer Soon.
I got your reply well.
Then, Can we hide Data Tab in Editing Dialog?
Look at this picture, please.

We are making Editing Dialog in TeeCommander Object.
So, do you have an any way for hiding Data Tab?
If you have one, please answer Soon.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: An incorrect character In Mongolian language
Hi Seth,
Yes, this is possible and there's an example at All Features\Components\Chart Editor\Chart Editor dialog in the features demo available at TeeChart's program group.
Yes, this is possible and there's an example at All Features\Components\Chart Editor\Chart Editor dialog in the features demo available at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
![]() ![]() ![]() ![]() ![]() ![]() |
Instructions - How to post in this forum |
Re: An incorrect character In Mongolian language
Hello, Narcís.
Thank you for your answer.
But that is not way that I want.
I guess that have to create extra TeeEditor Component.
However, our method is that we click TeeCommander to display Editing Dialog.
Do We have to always create extra Component to control Editing Dialog?
In this way, can we connect TeeCommender?
Ask your favor.
Thank you for your answer.
But that is not way that I want.
I guess that have to create extra TeeEditor Component.
However, our method is that we click TeeCommander to display Editing Dialog.
Do We have to always create extra Component to control Editing Dialog?
In this way, can we connect TeeCommender?
Ask your favor.
Re: An incorrect character In Mongolian language
Hi Seth,
Please, take a look at the following demos:
All Features\Welcome !\Components\ChartController\Custom Buttons
All Features\Welcome !\Components\ChartController\ChartController Editor
Please, take a look at the following demos:
All Features\Welcome !\Components\ChartController\Custom Buttons
All Features\Welcome !\Components\ChartController\ChartController Editor
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |