TeeChart v8.07 VCL maintenance release available

TeeChart VCL / CLX for Borland Delphi, C++ Builder and Kylix.

TeeChart v8.07 VCL maintenance release available

Postby 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
User avatar
Narcís
Site Admin
Site Admin
 
Posts: 12416
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia

Re: TeeChart v8.07 VCL maintenance release available

Postby 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.
Sam F
Newbie
Newbie
 
Posts: 24
Joined: Wed Sep 10, 2008 12:00 am

Re: TeeChart v8.07 VCL maintenance release available

Postby 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.
User avatar
Narcís
Site Admin
Site Admin
 
Posts: 12416
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia


Return to VCL / CLX

Who is online

Users browsing this forum: No registered users and 2 guests