Greetings!
Steema Support Central writes to inform you of the availability of the latest TeeChart VCL release.
TeeChart v2010/v2011 VCL customers may download the version at no-charge from the customer download page via:
http://www.steema.com/clientaccess
The release contains several new features, bug fixes and improvements. Release notes may be viewed here:
http://www.steema.com/versioninfo/vcl
TeeChart 2012.06.120613 VCL/FMX release available
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
TeeChart 2012.06.120613 VCL/FMX release available
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 19
- Joined: Thu Jan 01, 1970 12:00 am
Re: TeeChart 2012.06.120613 VCL/FMX release available
The Sourcecode 2012.06.120613 contains TeeJavascript.pas and TeeEquiVolume.pas but these new features are not included in any package?
I included TeeEquiVolEdi.pas and TeeEquiVolume.pas from the TeeChart2012SourceCode to my project so the new series type is available but after choosing EquiVolume Financial Serie in the TeeChart Pro Gallery my programm get an access violation. I'm using the binary installer 2012.06.120613 for Delphi 2010.
Could you please check the 2012.06.120613 packages?
Thanks in advance.
Bert Kreisel
I included TeeEquiVolEdi.pas and TeeEquiVolume.pas from the TeeChart2012SourceCode to my project so the new series type is available but after choosing EquiVolume Financial Serie in the TeeChart Pro Gallery my programm get an access violation. I'm using the binary installer 2012.06.120613 for Delphi 2010.
Could you please check the 2012.06.120613 packages?
Thanks in advance.
Bert Kreisel
Re: TeeChart 2012.06.120613 VCL/FMX release available
Hi Bert,
As you are a source code customer, you could add the packages yourself:
- Add both TeeEquiVolume and TeeEquiVolEdi units to TeeEditPro.pas and TeeChartPro.pas.
- Add both TeeEquiVolume and TeeEquiVolEdi units also to your IDE package, TeePro915.dpk for XE.
- Correct the TeeEquiVolEdi.pas unit, where says:
It should say:
- Recompile using TeeRecompile Tool.
We'll check it.Bert Kreisel wrote:The Sourcecode 2012.06.120613 contains TeeJavascript.pas and TeeEquiVolume.pas but these new features are not included in any package?
I included TeeEquiVolEdi.pas and TeeEquiVolume.pas from the TeeChart2012SourceCode to my project so the new series type is available but after choosing EquiVolume Financial Serie in the TeeChart Pro Gallery my programm get an access violation. I'm using the binary installer 2012.06.120613 for Delphi 2010.
Could you please check the 2012.06.120613 packages?
As you are a source code customer, you could add the packages yourself:
- Add both TeeEquiVolume and TeeEquiVolEdi units to TeeEditPro.pas and TeeChartPro.pas.
- Add both TeeEquiVolume and TeeEquiVolEdi units also to your IDE package, TeePro915.dpk for XE.
- Correct the TeeEquiVolEdi.pas unit, where says:
Code: Select all
unit TeeEquiVolEdi.pas;
Code: Select all
unit TeeEquiVolEdi;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart 2012.06.120613 VCL/FMX release available
Hi,
is there any way to get TeeChart 2012 VCL compiled demo?
Regards,
Alexander
is there any way to get TeeChart 2012 VCL compiled demo?
Regards,
Alexander
Re: TeeChart 2012.06.120613 VCL/FMX release available
Hi Alexander,
Don't hesitate to let us know if you find any problem with it.
It's included with the evaluation version and you can also download it from herexxxxxx wrote:is there any way to get TeeChart 2012 VCL compiled demo?
Don't hesitate to let us know if you find any problem with it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart 2012.06.120613 VCL/FMX release available
Thank u for the reply, eventually I was able to get and run the demo.Yeray wrote:Hi Alexander,
It's included with the evaluation version and you can also download it from herexxxxxx wrote:is there any way to get TeeChart 2012 VCL compiled demo?
Don't hesitate to let us know if you find any problem with it.
But I would prefer to look at compiled demo only rather than to install the whole evaluation version for two reasons:
- I'm registered user of TeeChart8 Pro with source code and wouldn't like any interference with existing installations;
- The demos in evaluation versions are built with runtime packages and therefore require respective bpl-s, that caused me a trouble. Despite of having Delphi XE2, Delphi2009, Turbo Delphi Professional my main instrument is Delphi 5 Standard without VCLBDE50.BPL.
- Demo, at least included into TeeChart2012Delphi5.exe, has some compatibility problems with Delphi 5, similar to those I reported in http://www.teechart.net/support/viewtop ... bpl#p31655 and http://www.teechart.net/support/viewtop ... bpl#p27704.
Thus, having standalone Tee9New.exe without runtime packages may be preferable option.
PS. Anyhow I'm ready to give TeeChart 2012 VCL a chance and go to https://www.steema.com/order/variable/?4&n
Re: TeeChart 2012.06.120613 VCL/FMX release available
Hi,
Have you tried the precompiled version here? It's a separate exe that doesn't change anything in your IDE(s)
Have you tried the precompiled version here? It's a separate exe that doesn't change anything in your IDE(s)
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart 2012.06.120613 VCL/FMX release available
Yes, I did. Yet in 2010 :}
I was just interested in recent progress in release TeeChart 2012.06.120613.
I already payed for upgrade. No I'm looking to get the confirmation. So soon I'll be able to have a look inside as deep as I want.
I was just interested in recent progress in release TeeChart 2012.06.120613.
I already payed for upgrade. No I'm looking to get the confirmation. So soon I'll be able to have a look inside as deep as I want.
Re: TeeChart 2012.06.120613 VCL/FMX release available
Hi,
Right, we should consider updating that demo. Please, give it a try to the just compiled version here.
Right, we should consider updating that demo. Please, give it a try to the just compiled version here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |