BUG with korea, japanese and chinese windows XP

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
franckgar
Advanced
Posts: 109
Joined: Thu Nov 04, 2004 5:00 am

BUG with korea, japanese and chinese windows XP

Post by franckgar » Tue Dec 20, 2005 9:40 am

Hi,
My customers who are working with korea, japanese and chinese windows XP have a big problem with the axes labels of the graph ( has you can see : http://cjoint.com/?mukIIyrKio).
My software is already delivered and can not stay as this. Do you have an explanation & solution for this bug ?

Thanks
Franck

franckgar
Advanced
Posts: 109
Joined: Thu Nov 04, 2004 5:00 am

Post by franckgar » Thu Dec 22, 2005 9:09 am

no response ....
Narcis, Pep, do you have an idea of the problem ? http://cjoint.com/data/mukIIyrKio.htm

The axes labels of the graph are not well displayed ('?' is displayed instead of the first number of each label) and I do not know where is the problem.

I'm using the space as digit grouping symbol :
AxisValuesFormat := '### ### ##0.####';
Could the space generate the problem in Korean/Chinese XP ?

Regards
Franck

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Dec 29, 2005 8:07 am

Hi Franck,

it's a strange behaviour, does this happens changing the grouping symbol to other character ?

franckgar
Advanced
Posts: 109
Joined: Thu Nov 04, 2004 5:00 am

Post by franckgar » Mon Jan 02, 2006 1:08 pm

Hi Pep,
I was using the space as digit grouping symbol .... and I think this is the problem. So I will use the digit grouping symbol defined on the OS instead :

Old format :
AxisValuesFormat := '### ### ##0.####';
New format :
AxisValuesFormat := '###,###,##0.####';

Regards,
Franck

Post Reply