Page 1 of 1

TeeChart Pro ActiveX v8 german version

Posted: Tue Jul 10, 2012 9:14 am
by 15048487
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

Re: TeeChart Pro ActiveX v8 german version

Posted: Tue Jul 10, 2012 3:10 pm
by yeray
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.

Re: TeeChart Pro ActiveX v8 german version

Posted: Wed Jul 11, 2012 6:40 am
by 15048487
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

Re: TeeChart Pro ActiveX v8 german version

Posted: Wed Jul 11, 2012 8:31 am
by yeray
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

Re: TeeChart Pro ActiveX v8 german version

Posted: Wed Jul 11, 2012 10:26 am
by 15048487
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

Re: TeeChart Pro ActiveX v8 german version

Posted: Thu Jul 12, 2012 11:17 am
by yeray
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.

Re: TeeChart Pro ActiveX v8 german version

Posted: Thu Jul 12, 2012 12:15 pm
by 15048487
Hi Yeray,

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

Kind regards
Agentilo