Thanks, but that is not necessary. As I wrote in my original posting, it works, even though I get the error message.
Regards,
Bill
Search found 11 matches
- Mon Nov 19, 2007 2:05 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
- Fri Nov 09, 2007 2:22 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
- Thu Nov 08, 2007 1:43 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
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...
- Wed Nov 07, 2007 4:19 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
- Wed Nov 07, 2007 2:59 pm
- Forum: Wishes and ideas
- Topic: Source code change to procedure DrawLegendItem in Chart.pas
- Replies: 2
- Views: 56871
- Wed Nov 07, 2007 2:19 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
- Tue Nov 06, 2007 7:07 pm
- Forum: Wishes and ideas
- Topic: Source code change to procedure DrawLegendItem in Chart.pas
- Replies: 2
- Views: 56871
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,...
- Tue Nov 06, 2007 3:55 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
- Mon Oct 01, 2007 6:32 pm
- Forum: Wishes and ideas
- Topic: Source code change to TMarksTipTool
- Replies: 1
- Views: 49089
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 ...
- Mon Oct 01, 2007 4:50 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
- Mon Oct 01, 2007 4:01 pm
- Forum: VCL
- Topic: Source code install error
- Replies: 14
- Views: 23368
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