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
TeeChart Pro ActiveX v8 german version
Re: TeeChart Pro ActiveX v8 german version
Hi Agentilo,
The editors look fine for me in the actual version if I set the language to German, don't they for you?Agentilo wrote:is there a TeeChart Pro ActiveX v8 german version higher than 8.0.0.8?
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.Agentilo wrote:We need a version with bug [TA05014784] fixed.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Pro ActiveX v8 german version
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
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
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:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Pro ActiveX v8 german version
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
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
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Pro ActiveX v8 german version
Hi Yeray,
thank you for your fast help. Everything's fine now.
Kind regards
Agentilo
thank you for your fast help. Everything's fine now.
Kind regards
Agentilo