Search found 8 matches

by djsox
Sun Feb 27, 2011 2:06 am
Forum: VCL
Topic: Recompile TeeEdiGrad.pas causes circular reference
Replies: 1
Views: 3712

Recompile TeeEdiGrad.pas causes circular reference

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 ...
by djsox
Mon Oct 18, 2010 2:35 pm
Forum: VCL
Topic: Can't install TC version 8 from source code into Delphi XE
Replies: 2
Views: 5059

Re: Can't install TC version 8 from source code into Delphi XE

Thank you Narcis that did the trick!

Dan
by djsox
Sun Oct 17, 2010 6:36 am
Forum: VCL
Topic: Can't install TC version 8 from source code into Delphi XE
Replies: 2
Views: 5059

Can't install TC version 8 from source code into Delphi XE

I am having real problems trying to recompile and install TC 8 into Delphi XE Pro. The OS is Windows 7 64 Bit. I can get all packages to build but when I try to install DCLTeePro811.bpl I get the following error message: "The program can't start because rtl100.bpl is missing from your computer. Try ...
by djsox
Tue Jun 24, 2008 5:29 am
Forum: VCL
Topic: D2007 Bundled Version of TChart Questions
Replies: 1
Views: 6352

D2007 Bundled Version of TChart Questions

Dear Steema Support, A colleague of mine is considering TChart for an upcoming project. For evaluation purposes he is using the version of TChart that ships with D2007. He has encountered a few issues, described below. I told him that the support forums were very responsive and he should ask his que...
by djsox
Thu Jan 03, 2008 6:40 pm
Forum: VCL
Topic: ErrorBar x-value is not positioned correctly
Replies: 3
Views: 6802

ErrorBar Series misplaced

I have also noticed this recently while trying to use the errorbar series. Using version 8 D7 and D2006 Pro.

Dan
by djsox
Fri Jul 27, 2007 2:36 am
Forum: VCL
Topic: Declaring Chart.Series as a variable on another unit
Replies: 6
Views: 12195

Glad I could help!

Dan
by djsox
Thu Jul 26, 2007 11:52 pm
Forum: VCL
Topic: Declaring Chart.Series as a variable on another unit
Replies: 6
Views: 12195

Have you tried prefixing the Chart3 with it's forms name? i.e. (FormName).Chart3.series etc. Where (FormName) is the name of the form containing Chart3. It looks like in your code it might be called Form1, So it would read: Form1.Chart3.Series ... etc. Of course you still need the unit containing Fo...
by djsox
Sat Jun 23, 2007 6:27 am
Forum: VCL
Topic: Unable to install and use TC8 in D2006 Pro
Replies: 2
Views: 5109

Unable to install and use TC8 in D2006 Pro

Hi, I am unable to get TC8 to install and compile using the compile tool. The compilation apparently works, but as soon as I try to use any additional components such as the chart editor ot chart tools, I get an error saying for instance the Teetools.pas was compiled with a different version of TCus...