TeeChart language problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Oliware
Newbie
Newbie
Posts: 4
Joined: Tue Oct 07, 2003 4:00 am

TeeChart language problem

Post by Oliware » Sat Jul 22, 2006 3:14 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jul 24, 2006 8:05 am

Hi Oliware,

It works fine for me here using v6.01 in Delphi 7. Which TeeChart v6 build are you using?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Oliware
Newbie
Newbie
Posts: 4
Joined: Tue Oct 07, 2003 4:00 am

Post by Oliware » Thu Jul 27, 2006 8:26 pm

Hi Narcís,

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

Thanks,
Oliware

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jul 28, 2006 7:34 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Oliware
Newbie
Newbie
Posts: 4
Joined: Tue Oct 07, 2003 4:00 am

Post by Oliware » Mon Jul 31, 2006 6:54 am

Hi Narcís,

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

Thanks,
Oliware

Oliware
Newbie
Newbie
Posts: 4
Joined: Tue Oct 07, 2003 4:00 am

Solution

Post by Oliware » Wed Aug 02, 2006 5:53 pm

I've found the solution.

I have to use

ChartTypeP.CreateGalleryPage (TeeMsg_GalleryStandard);

instread of

ChartTypeP.CreateGalleryPage ('Standard');

Thank for you help,
Oliware

Post Reply