TeeChart Pro v2012 installation problem?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
flair58
Newbie
Newbie
Posts: 1
Joined: Fri Dec 28, 2012 12:00 am

TeeChart Pro v2012 installation problem?

Post by flair58 » Sun Jul 07, 2013 7:46 pm

I have installed Delphi XE3 with TeeChart Pro v2011/12.
I tried to open and compile a project, that was created with Delphi 2009, containing some TCharts.
The Compiler produces error Messages for lines like:

Code: Select all

Chart1.Left := 0;
Chart1.Top := 0;

The error code is E2362: Cannot access protected symbol TControl.Left
The structure window shows the message: 'TChart' doesn't contain an element with name 'left'

But in object inspector the Chart has all properties.

It seems there is something wrong with the TeeChart Pro Installation?

Best regards.
Flair58

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

Re: TeeChart Pro v2012 installation problem?

Post by Yeray » Tue Jul 09, 2013 9:11 am

Hi,

Does a new simple example project build and run fine?
If not, please try to reinstall TeeChart and check the paths in the IDE with no project loaded. See this post as reference
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

Post Reply