Recompile TeeEdiGrad.pas causes circular reference

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
djsox
Newbie
Newbie
Posts: 8
Joined: Thu Jun 21, 2007 12:00 am

Recompile TeeEdiGrad.pas causes circular reference

Post by djsox » Sun Feb 27, 2011 2:06 am

Hi,
I need to recompile the TeeEdiGrad.pas file to make the borderstyle resizeable and to enlarge the form as on my system the controls in the colors tab are cut off. When I try to do this, I get a TeeEdiGrad.pas uses itself recursively compile failure. It seems that the IDE is adding TeeEdiGrad to the uses clause before compiling. How do I edit this unit? It seems to be the only one in TeeUI915.dpk, that I can't seem to edit.

If I edit out the TeeEdiGrad in the uses clause, with a text editor, I seem to get the old dialog box, not my changes.

Any ideas?

I am using Delphi XE and TeeChart 2010.

Thanks

Dan

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

Re: Recompile TeeEdiGrad.pas causes circular reference

Post by Yeray » Wed Mar 02, 2011 4:16 pm

Hi Dan,

I'd recommend you to use TeeRecompile tool to recompile the packages. This tool has been thought to help the source code customers to compile and install the packages into the supported IDEs.
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