Problems since upgrade to TeeChart 2013.08.130521

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
redgar
Newbie
Newbie
Posts: 14
Joined: Tue Jan 15, 2013 12:00 am

Problems since upgrade to TeeChart 2013.08.130521

Post by redgar » Fri May 31, 2013 9:54 am

I have recently downloaded and installed TeeChart 2013.08.130521. I am on Delphi XE3 Ultimate and now get an error stating

Error reading Chart.DefaultCanvas: Property DefaultCanvas does not exist

This occurs in any existing application using TeeChart components when I attempt a recompile.

Please can you assist.

Many thanks

Rob
Attachments
DefaultCanvas.jpg
DefaultCanvas.jpg (24.22 KiB) Viewed 4962 times

redgar
Newbie
Newbie
Posts: 14
Joined: Tue Jan 15, 2013 12:00 am

Re: Problems since upgrade to TeeChart 2013.08.130521

Post by redgar » Fri May 31, 2013 9:59 am

Please note that Embarcaderos own documentation for XE3 only mention DefaultCanvas in relation to the FireMonkey canvas manager; NONE OF MY APPLICATIONS USE FIREMONKEY OR ARE DEPLOYED ANYWHERE OTHER THAN WINDOWS PCS

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

Re: Problems since upgrade to TeeChart 2013.08.130521

Post by Yeray » Fri May 31, 2013 10:58 am

Hi,

DefaultCanvas is a new property in TeeChart v2013.08. The component adds this property to the dfm at design time. But your IDE is probably finding an old version of the package before the new one when compiling the application, a version that doesn't have this property defined.
Please, check the paths:
- Check the paths in your IDE, with no projects loaded. Remove any reference to old TeeChart installations.
- Create a new simple project with just a chart on the form. Does it work fine?
(No) - Check the paths again. Check also the packages list. Uninstall TeeChart and reinstall it if necessary.
(Yes) - Open and build your old application. If it doesn't work fine, close it. Open the project files with notepad or similar, and correct any reference to an old TeeChart installation you may find hardcoded.
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

redgar
Newbie
Newbie
Posts: 14
Joined: Tue Jan 15, 2013 12:00 am

Re: Problems since upgrade to TeeChart 2013.08.130521

Post by redgar » Fri May 31, 2013 2:06 pm

Thanks once again.

Naively I assumed that the Steema Install program would remove the old references to Teechart, and replace with the new; when it just adds the new onto the end of the list. Something I shall look out for a the next upgrade.

Thanks once again.

Rob

Post Reply