Page 1 of 1

TeeChart language problem

Posted: Sat Jul 22, 2006 3:14 pm
by 8440105
Hi Everyone !

I'm using TeeChart 6 Pro for Delphi 7. I would like to translate my program to other languages for example : Russian, Hungarian and etc.

For the XXX language I'm using the TeeSetXXX statement. Everything works well except TChartGalleryPanel. It doesn't appear and it causes an exception.
(In case of English language it works.)

Has Anyone idea to solve this problem ?

Thanks
Oliware

Posted: Mon Jul 24, 2006 8:05 am
by narcis
Hi Oliware,

It works fine for me here using v6.01 in Delphi 7. Which TeeChart v6 build are you using?

Posted: Thu Jul 27, 2006 8:26 pm
by 8440105
Hi Narcís,

I'm using TeeChart v6.0 For Delphi 7.
Is it the problem ?

Thanks,
Oliware

Posted: Fri Jul 28, 2006 7:34 am
by narcis
Hi Oliware,

I'm not sure if this can be the problem. However using a newer version has more chances not to have some bugs existing in an older one. Could you please try with v6.01 and let us know how it goes?

Thanks in advance.

Posted: Mon Jul 31, 2006 6:54 am
by 8440105
Hi Narcís,

I've tried with v 6.01 and the problem is the same.

Thanks,
Oliware

Solution

Posted: Wed Aug 02, 2006 5:53 pm
by 8440105
I've found the solution.

I have to use

ChartTypeP.CreateGalleryPage (TeeMsg_GalleryStandard);

instread of

ChartTypeP.CreateGalleryPage ('Standard');

Thank for you help,
Oliware