I too would like to know the best way to update BDS 2006 with the latest version of TeeCart Pro.
Thanks,
Rob
Search found 14 matches
- Tue Aug 15, 2006 11:44 am
- Forum: VCL
- Topic: Best Way to Update BDS 2006?
- Replies: 4
- Views: 8100
- Fri Jan 21, 2005 1:27 pm
- Forum: VCL
- Topic: Problem with SaveChartToStream/LoadChartFromStream
- Replies: 7
- Views: 16209
Hi Marjan, Yes, I have included TeeChartPro and there are no events attached. I believe I got it working by setting the parent of the chart before I load it from the stream (or in the code snip below a buffer): ChartStream := TMemoryStream.Create; try FChart := TCustomChart.Create(NIL); if Assigned(...
- Thu Jan 20, 2005 10:45 pm
- Forum: VCL
- Topic: Problem with SaveChartToStream/LoadChartFromStream
- Replies: 7
- Views: 16209
Hi, This works for me in a sample app which is good my problem is probably in the way I am displaying my chart. I am displaying my chart by saving my chart to a stream which is stored into a database. I read the stream back into a TCustomChart that never gets drawn on to a canvas. I turned on "Stop ...
- Wed Jan 19, 2005 4:25 pm
- Forum: VCL
- Topic: Problem with SaveChartToStream/LoadChartFromStream
- Replies: 7
- Views: 16209
- Tue Jan 18, 2005 8:10 pm
- Forum: VCL
- Topic: Problem with SaveChartToStream/LoadChartFromStream
- Replies: 7
- Views: 16209
Problem with SaveChartToStream/LoadChartFromStream
Hello, I am using Delphi 6 Ent and TeeChart 7 I have searched the forum, but I did not find definate answer to the problem of SaveChartToStream/LoadChartFromStream not loading the series formatting and applying it to the Chart's series. I saved a Chart to a memory stream with the with the TextFormat...
- Sat Jan 15, 2005 6:41 pm
- Forum: VCL
- Topic: Using the TeeGalleryPanel
- Replies: 10
- Views: 19445
For those who care this is how I did it: type TSeriesAccess=class(TChartSeries); TChartGalleryAccess=class(TChartGalleryPanel); ... //In my gallery this selects the TLineSeries Chart Type with a subindex of 5 procedure TForm1.Button2Click(Sender: TObject); var CN, SN: Integer; begin ChartGalleryPane...
- Sat Jan 15, 2005 4:26 pm
- Forum: VCL
- Topic: Using the TeeGalleryPanel
- Replies: 10
- Views: 19445
- Wed Jan 12, 2005 2:46 pm
- Forum: VCL
- Topic: Using the TeeGalleryPanel
- Replies: 10
- Views: 19445
- Tue Jan 11, 2005 4:50 pm
- Forum: VCL
- Topic: Using the TeeGalleryPanel
- Replies: 10
- Views: 19445
- Tue Jan 11, 2005 1:45 pm
- Forum: VCL
- Topic: Using the TeeGalleryPanel
- Replies: 10
- Views: 19445
- Wed Dec 22, 2004 3:15 pm
- Forum: VCL
- Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
- Replies: 7
- Views: 12539
After installing using binary install (to get the help files) I get "The procedure entry point @Teetml@initialization$qqrv could not be located in the dynamic link library Tee76.bpl," again. I am now going to remove every thing that references TeeChar and the TeeChar runtime packages, re-install Tee...
- Wed Dec 22, 2004 2:56 pm
- Forum: VCL
- Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
- Replies: 7
- Views: 12539
- Wed Dec 22, 2004 12:36 pm
- Forum: VCL
- Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
- Replies: 7
- Views: 12539
Yes, I followed the correct installing order. Like I said, TeeChart installed OK, but I was unable to use a custom package I made that required TeeChart 5. So, I uninstalled TeeChart that was installed via the binary installer, downloaded the latest source, and installed TeeChart 7 by way of buildin...
- Tue Dec 21, 2004 10:11 pm
- Forum: VCL
- Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
- Replies: 7
- Views: 12539
Upgrade from TeeChart 5 to 7 Delphi 6 Problem
As far as I know I have installed TeeChart version 7 in Delphi 6 except for the decision cube. I don't use it anyway... Cannot install a package that required TeeChart 5 (Tee56.dcp, etc are in the Requires group). I replaced all the TeeChart 5 references with TeeChart 7 references. But still gives e...