TeeChart Pro ActiveX v8 german version

TeeChart for ActiveX, COM and ASP
Post Reply
Agentilo
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2008 12:00 am

TeeChart Pro ActiveX v8 german version

Post by Agentilo » Tue Jul 10, 2012 9:14 am

Hi,

is there a TeeChart Pro ActiveX v8 german version higher than 8.0.0.8?
We need a version with bug [TA05014784] fixed.

Thanks,
Agentilo

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Pro ActiveX v8 german version

Post by Yeray » Tue Jul 10, 2012 3:10 pm

Hi Agentilo,
Agentilo wrote:is there a TeeChart Pro ActiveX v8 german version higher than 8.0.0.8?
The editors look fine for me in the actual version if I set the language to German, don't they for you?
Agentilo wrote:We need a version with bug [TA05014784] fixed.
TA05014784 was closed as fixed on September 2010, and, as you can read in the v8 release notes, the first version to include it was TeeChart ActiveX v8.0.0.9, released on October 2010.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Agentilo
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2008 12:00 am

Re: TeeChart Pro ActiveX v8 german version

Post by Agentilo » Wed Jul 11, 2012 6:40 am

Hi Yeray,

what do you mean by "set the language to German"?
Version 8.0.0.8 has different files for different languages on the customer download page. The newer versions do not. Did this change so I only need one .ocx file for different languages? Do I have to set the desired language programatically?
My Windows 7 locale settings are set to german, but the editor dialog is still english. I tried Version 8.0.1.1 and 8.0.1.3.

Thanks,
Agentilo

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Pro ActiveX v8 german version

Post by Yeray » Wed Jul 11, 2012 8:31 am

Hi Agentilo,

The newer versions include all the supported languages in a single installer.
You can set the editor's language at the "Language" option in the contextual menu, right clicking on a chart at design time. Or you can set it at runtime with, ie:

Code: Select all

TChart1.Language = laGerman
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Agentilo
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2008 12:00 am

Re: TeeChart Pro ActiveX v8 german version

Post by Agentilo » Wed Jul 11, 2012 10:26 am

Hi Yeray,

we are using the TeeChart Pro ActiveX in a C++ environment (MS Visual Studio 2010 Professional SP1).
We are having a
#import "TeeChart8.ocx"
statement and the compiler generates teechart8.tlh and teechart8.tli automatically from TeeChart8.ocx (we are using version 8.0.1.3 from TeeChartAX8Update_8.0.1.3.exe).
We searched the tli and tlh files for "lang", but all we found was PutTotalAngle and GetTotalAngle. There are no functions like GetLanguage and PutLanguage.
We created a C# WindowsForms test application, put the "TeeChart ChartEditorPanel v8" (class AxTeeChart.AxChartEditorPanel) and "TeeChart Pro Activex control v8" (class AxTeeChart.AxTChart) into a form, but there are no language properties either.

Thanks,
Agentilo

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Pro ActiveX v8 german version

Post by Yeray » Thu Jul 12, 2012 11:17 am

Hi Agentilo,

I'm sorry. This "union" of the languages is only available with TeeChart v2010 and up.
We've just compiled the latest TeeChart ActiveX v8, German language version. I'll send it to the mail account you have registered in this forum.
If you have any problem with it, don't hesitate to let us know.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Agentilo
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2008 12:00 am

Re: TeeChart Pro ActiveX v8 german version

Post by Agentilo » Thu Jul 12, 2012 12:15 pm

Hi Yeray,

thank you for your fast help. Everything's fine now.

Kind regards
Agentilo

Post Reply