TeeChart v8.07 VCL maintenance release available

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

TeeChart v8.07 VCL maintenance release available

Post by Narcís » Wed Apr 14, 2010 8:06 am

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Sam F
Newbie
Newbie
Posts: 45
Joined: Wed Sep 10, 2008 12:00 am

Re: TeeChart v8.07 VCL maintenance release available

Post by Sam F » Thu Jun 10, 2010 5:29 am

Is there any movement on the problem below?

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:

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;
	}
We will investigate the issue further and let you know if there's anything else that can be done.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart v8.07 VCL maintenance release available

Post by Narcís » Thu Jun 10, 2010 7:16 am

Hi Sam,

As I posted here, I'm afraid there's little we can do on this field.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Tee8Beta
Newbie
Newbie
Posts: 20
Joined: Thu Aug 31, 2006 12:00 am

Re: TeeChart v8.07 VCL maintenance release available

Post by Tee8Beta » Sun Sep 12, 2010 3:24 pm

Will it be available update of the TeeChart 8 for the RAD Studio XE?

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

Re: TeeChart v8.07 VCL maintenance release available

Post by Yeray » Tue Sep 14, 2010 10:33 am

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.
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

Jon Payne
Newbie
Newbie
Posts: 1
Joined: Thu Sep 10, 2009 12:00 am
Location: Surrey, U.K.
Contact:

Re: TeeChart v8.07 VCL maintenance release available

Post by Jon Payne » Mon Oct 11, 2010 11:23 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart v8.07 VCL maintenance release available

Post by Narcís » Mon Oct 11, 2010 11:27 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply