Search found 14 matches

by Rob
Tue Aug 15, 2006 11:44 am
Forum: VCL
Topic: Best Way to Update BDS 2006?
Replies: 4
Views: 8059

I too would like to know the best way to update BDS 2006 with the latest version of TeeCart Pro.

Thanks,

Rob
by Rob
Fri Jan 21, 2005 1:27 pm
Forum: VCL
Topic: Problem with SaveChartToStream/LoadChartFromStream
Replies: 7
Views: 16117

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(...
by Rob
Thu Jan 20, 2005 10:45 pm
Forum: VCL
Topic: Problem with SaveChartToStream/LoadChartFromStream
Replies: 7
Views: 16117

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 ...
by Rob
Wed Jan 19, 2005 4:25 pm
Forum: VCL
Topic: Problem with SaveChartToStream/LoadChartFromStream
Replies: 7
Views: 16117

Any one?

I need a resolution asap...boss is taking software to a sales conference. :?
by Rob
Tue Jan 18, 2005 8:10 pm
Forum: VCL
Topic: Problem with SaveChartToStream/LoadChartFromStream
Replies: 7
Views: 16117

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...
by Rob
Sat Jan 15, 2005 6:41 pm
Forum: VCL
Topic: Using the TeeGalleryPanel
Replies: 10
Views: 19239

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...
by Rob
Sat Jan 15, 2005 4:26 pm
Forum: VCL
Topic: Using the TeeGalleryPanel
Replies: 10
Views: 19239

How might I set the subseries of the gallery if I know the subindex?

ChartGalleryPanel.SelectChart := AChart;
//Do something to Set the subseries index

Thanks,

Rob
by Rob
Wed Jan 12, 2005 2:46 pm
Forum: VCL
Topic: Using the TeeGalleryPanel
Replies: 10
Views: 19239

OK, Thanks.
by Rob
Tue Jan 11, 2005 4:50 pm
Forum: VCL
Topic: Using the TeeGalleryPanel
Replies: 10
Views: 19239

Narcís,

Thanks for the response.

I have the source code so would you please give an example of how to exclude a "subseries."

Thanks,

Rob
by Rob
Tue Jan 11, 2005 1:45 pm
Forum: VCL
Topic: Using the TeeGalleryPanel
Replies: 10
Views: 19239

I'm interested to know how to do this as well. Did anyone ever respond with a solution?

Thanks,

Rob
by Rob
Wed Dec 22, 2004 3:15 pm
Forum: VCL
Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
Replies: 7
Views: 12455

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...
by Rob
Wed Dec 22, 2004 2:56 pm
Forum: VCL
Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
Replies: 7
Views: 12455

I got everything working now.

I deleted all previous versions of the BPL files and ran TeeRecompile.exe.

All is well except no help files with the source. Maybe I can download from website.

Rob
by Rob
Wed Dec 22, 2004 12:36 pm
Forum: VCL
Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
Replies: 7
Views: 12455

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...
by Rob
Tue Dec 21, 2004 10:11 pm
Forum: VCL
Topic: Upgrade from TeeChart 5 to 7 Delphi 6 Problem
Replies: 7
Views: 12455

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...