Search found 11 matches

by dataview
Mon Nov 19, 2007 2:05 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

Thanks, but that is not necessary. As I wrote in my original posting, it works, even though I get the error message.

Regards,

Bill
by dataview
Fri Nov 09, 2007 2:22 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

This is what I have:

Borland® Delphi® for Microsoft® Windows™ Version 10.0.2288.42451 Update 2 Copyright © 2005 Borland® Software Corporation. All Rights Reserved.
by dataview
Thu Nov 08, 2007 1:43 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

I downloaded the "new" version of TeeCompile, but it is actually version 6.0.3.0, the same as what I had. Here is the output, that I probably should have included in my original posting. Bill Compilation started: 11/8/2007 8:39:09 AM D2006.Win32 v10 (update 2) (BDS v4 Enterprise) Tee710 Borland Delp...
by dataview
Wed Nov 07, 2007 4:19 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

Unfortunately, my company blocks attachments like that.

Can I download the TeeCompile from somewhere on your site?

Thanks,

Bill
by dataview
Wed Nov 07, 2007 2:59 pm
Forum: Wishes and ideas
Topic: Source code change to procedure DrawLegendItem in Chart.pas
Replies: 2
Views: 27265

I just uploaded ProjectChartTest.zip.

You will notice that everything works corectly when the legend is at the right, but incorrectly when the legend is at the bottom.

Once you apply my code change, it works correctly both ways.

Regards,

Bill
by dataview
Wed Nov 07, 2007 2:19 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

I am using version 7.12, but my TeeCompile version is 6.0.3.0.

Would you please resend me the latest version of TeeCompile. I had a typo in my e-mail address, and didn't get it.

Thanks,

Bill
by dataview
Tue Nov 06, 2007 7:07 pm
Forum: Wishes and ideas
Topic: Source code change to procedure DrawLegendItem in Chart.pas
Replies: 2
Views: 27265

Source code change to procedure DrawLegendItem in Chart.pas

I found what I believe to be a bug in Chart.pas that affects the drawing of legend items when the legend is positioned at the top or bottom. Change from: if Vertical then tmpSt:=Items[ItemOrder,t] else tmpSt:=Items[ItemOrder+(ITotalItems-ILastValue-1),t]; // v8 fix Change to: tmpSt:=Items[ItemOrder,...
by dataview
Tue Nov 06, 2007 3:55 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

I see one installed enviornmebt listed, which looks like what I have installed, and it is checked.
by dataview
Mon Oct 01, 2007 6:32 pm
Forum: Wishes and ideas
Topic: Source code change to TMarksTipTool
Replies: 1
Views: 24855

Source code change to TMarksTipTool

Hi, I made a source code change to TMarksTipTool in order to work around a problem. The problem is that when you add null values to a line or point series, that the null values act as zero values for the purpose of calculating plot limits. The result is a lower plot limit of zero. The solution that ...
by dataview
Mon Oct 01, 2007 4:50 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

The only checkbox that is checked is the "Install packages into IDE's (VCL versions)" one.

Bill
by dataview
Mon Oct 01, 2007 4:01 pm
Forum: VCL
Topic: Source code install error
Replies: 14
Views: 16438

Source code install error

Hi, I'm using the TeeChart Recompile program (version 6.0.3.0) and am getting the following error when it trys to do the install: TeeChart Installation VERSION: 7 D2006.Win32 v10 (update 2) (BDS v4 Enterprise) EXCEPTION: File not found It seems to work anyway, but I don't like errors. Regards, Bill