Find declaration problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ulibru
Newbie
Newbie
Posts: 53
Joined: Tue Jul 21, 2009 12:00 am

Find declaration problem

Post by ulibru » Fri Mar 23, 2012 7:09 pm

Hi,

I use DelphiXE2, now update #4 together with TeeChart VCL source code.
Unfortunately the function 'Find declaration' does not work.
Maybe something is messing up. DelphiXE2 comes with a TeeChart. Then I have installed the 'TeeChart 2011 for RAD XE2' binary as the source code package does not include examples and help file.
Finally I have installed the 'TeeChart Pro 2011 Full Source Code' package and run TeeRecompile.exe with debug checkbox checked.
So everything is working, all my projects are compiling well.

But e.g. right click on TChart and selecting Find Declaration does nothing.

The library pathes are automatically updated by the installation and they look coorect. So what is wrong?

Thx for any help.

Uli

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

Re: Find declaration problem

Post by Narcís » Mon Mar 26, 2012 7:25 am

Hi Uli,

This works fine for me here. If I right-click on a TChart instance Delphi XE2 goes to its declaration in the form. You could try manually running the help registration tools as explained at Readme.txt in the Docs\RadStudio folder of TeeChart's installation.
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

ulibru
Newbie
Newbie
Posts: 53
Joined: Tue Jul 21, 2009 12:00 am

Re: Find declaration problem

Post by ulibru » Mon Mar 26, 2012 8:00 am

Hi Narcís,
maybe I have not expressed myself correctly.
If I click on TChart in variable definition var Chart1: TChart; and press F1 then the help comes up correctly.

What I mean:
if I right-click on e.g. TStringList and select 'Find Declaration' in the popup window then Delphi jumps directly to the source file System.Classes to line TStringList = class(TStrings)
if I right-click on TChart and select 'Find Declaration' in the popup window then nothing happens. I would like to jump to the according TChart source file.
In Tools - Options - Library the DCU and Source pathes are set by the TChart installer.

So why does Find Declaration not work?

Regards
Uli

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

Re: Find declaration problem

Post by Narcís » Mon Mar 26, 2012 2:05 pm

Hi Uli,

Ok, In that case you may need to add the TeeChart sources \VCL folder to Project -> Options -> Delphi Compiler -> Search Path and add the "VCLTee" prefix at "Unit scope names".
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