Upgrade Teechart v7 from v5

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
dmisland
Newbie
Newbie
Posts: 11
Joined: Wed Jul 26, 2006 12:00 am

Upgrade Teechart v7 from v5

Post by dmisland » Wed Aug 16, 2006 12:36 pm

Hi

I upgraded from the Teechart that came with Delphi 7 to v7 PRO with source.

When I try to run an application designed with v5, I get two error messages:
[1] Property Pages does not exist
and then
[2] Error reading chart2.Pages.ScaleLastPage: Property Pages does not exist

Because there are a lot of designtime configurations for the tcharts in the application, including many tchartseries, I do not want to have delete, add and reconfigure those tchart components.

How can I get past this problem?

Thanks,
David

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Aug 17, 2006 9:17 am

Hi David,

please take a look this post, it's referecing to the same problem.
It's for Delphi6 but all except the rtl updates can be checked.

dmisland
Newbie
Newbie
Posts: 11
Joined: Wed Jul 26, 2006 12:00 am

Still not working

Post by dmisland » Sat Aug 19, 2006 2:16 am

Thanks for your reply.

As with the previous post to which you referred, I had already made sure all v5 files were removed. As you say, the v7 install did most of that. I am not using the "build with runtime packages" option.

I can design and run a new application that uses teechart v7, without any problem.

I know that I could go to the trouble of deleting the TChart components in my teechart v5-compiled application, adding the components back, and then re-configuring them. But that is just so much work!

Any other ideas?

Thanks,
Dave

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Aug 21, 2006 12:27 am

Hi Dave,

does this problem happens using the TeeChart pro components on a new application ?

dmisland
Newbie
Newbie
Posts: 11
Joined: Wed Jul 26, 2006 12:00 am

TeeChart

Post by dmisland » Mon Aug 21, 2006 1:58 am

With a new application, there is no problem.

I finally simply deleted the TChart component from my older application, added it again, and reconfigured it. It took me a lot of time, but there didn't seem to be any other option. Now everything works fine.

The strange thing is that only one TChart component in that application caused the problem. The others worked fine, even though I deleted all application DCU files and the EXE, and rebuilt/compiled.

Post Reply