Greetings!
Steema Support Central writes to inform you of the availability of the latest TeeChart v8.07 VCL maintenance release
TeeChart v8 VCL customers may download the version at no-charge from the customer download page via:
http://www.steema.com/clientaccess
The maintenance release contains several bug fixes and improvements. Release notes may be viewed here:
http://www.steema.com/versioninfo/vcl
For access to regular maintenance releases Steema strongly suggests upgrading to TeeChart 2010 VCL. For details of upgrades offers we make, please see:
http://www.steema.com/order/vcl-pro/u
TeeChart v8.07 VCL maintenance release available
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
TeeChart v8.07 VCL maintenance 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 |
Re: TeeChart v8.07 VCL maintenance release available
Is there any movement on the problem below?
Quoting below from 'TeeChart v8.06 VCL maintenance release available' thread:
Quoting below from 'TeeChart v8.06 VCL maintenance release available' thread:
Narcís wrote:Hello,
I checked this works fine with v8.06 and Delphi 2007 but fails with C++ Builder 2007, 2009 and 2010. I'm afraid the only solution for now is doing something like this:
We will investigate the issue further and let you know if there's anything else that can be done.Code: Select all
TChart *MyNewChart = new TChart(this); TColorGridSeries *m_pColourGrid = new TColorGridSeries(MyNewChart); if (m_pColourGrid->Frame != NULL) { m_pColourGrid->Frame->Visible = false; } TContourSeries *m_pContour = new TContourSeries(MyNewChart); if (m_pContour->Smoothing != NULL) { m_pContour->Smoothing->Active = true; }
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart v8.07 VCL maintenance 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 |
Re: TeeChart v8.07 VCL maintenance release available
Will it be available update of the TeeChart 8 for the RAD Studio XE?
Re: TeeChart v8.07 VCL maintenance release available
Hi anauta,
As the TeeChart VCL v2010 Standard is the version shipped with RAD Studio XE, we found reasonable the TeeChart VCL v2010 to be the only version that supports RAD Studio XE.
As the TeeChart VCL v2010 Standard is the version shipped with RAD Studio XE, we found reasonable the TeeChart VCL v2010 to be the only version that supports RAD Studio XE.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart v8.07 VCL maintenance release available
Hi Narcís,
We purchased v8 at the end of 2009 - does this entitle us to the 2010 version? I had assumed it did, because we had one year's support, but can't seem to download it?
Thanks,
Jon
We purchased v8 at the end of 2009 - does this entitle us to the 2010 version? I had assumed it did, because we had one year's support, but can't seem to download it?
Thanks,
Jon
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart v8.07 VCL maintenance release available
Hi Jon,
I'm afraid not. Yearly Pro-Support subscription do not include free upgrades but includes a 5% discount as you can see here. Also, there's special upgrade price from v8 customers: http://www.steema.com/order/vcl-pro/. For further information you may contact our Sales Dept. at sales at steema dot com.
I'm afraid not. Yearly Pro-Support subscription do not include free upgrades but includes a 5% discount as you can see here. Also, there's special upgrade price from v8 customers: http://www.steema.com/order/vcl-pro/. For further information you may contact our Sales Dept. at sales at steema dot com.
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 |