Page 1 of 1

BUG with korea, japanese and chinese windows XP

Posted: Tue Dec 20, 2005 9:40 am
by 9339785
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

Posted: Thu Dec 22, 2005 9:09 am
by 9339785
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

Posted: Thu Dec 29, 2005 8:07 am
by Pep
Hi Franck,

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

Posted: Mon Jan 02, 2006 1:08 pm
by 9339785
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