Page 1 of 1

TeeChart Pro 7 install with Rave 5.1.2 BEX

Posted: Thu May 20, 2004 3:03 pm
by 9336212
I have fully-licensed versions of Delphi 7, Rave 5.1.2 BEX, and TeeChart 7
but cannot get Rave/TeeChart to install completely. There is a batch file
(FullD7.bat) that I understand is supposed to be run in order to incorporate
the TeeChart components into Rave, but it gives me a error when it hits
around step 3. The error is:
RptChart.pas Fatal error Chart.dcu not found.
How can I resolve this? I had everything working until I started trying to
configure packages yesterday and ended up reinstalling everything and now I
can't get it back. Without fixing this my program won't run in Delphi due to charting componets used on the forms and in the reports. Please assist ASAP! Thanks!
:?:

Posted: Fri May 21, 2004 8:02 am
by Marjan
Hi, Nick.

I don't know exactly what the FullD7.bat does, but I reckon the problem is the batch file cannot find Chart.dcu in any of the Delphi search path directories. First thing to do is check in which directory Chart.dcu resides and then verify if this directory is in the Delphi search path list. If no, add it manually. If yes, the problem is with the batch file you're trying to use - for a fix you'll have to contact Rave folks.

TeeChart Still NonFunctional

Posted: Thu May 27, 2004 12:16 pm
by 9336212
I seem to have TeeChart and Rave installed to the point where my program will run, but when I use a TeeChart component it doesn't show on the forms when the program is run. The TeeChart version is Version 7 and Rave is 5.1.2 BEX for Delphi. I can add a chart to the form in design-time and it will show and I can add series to it. However, when the program is run, the form with the chart is completely blank (aside from other non-TeeChart componets placed on it). Somehow, there is no error or file-not-found errors, just no visible charts. Please help! Thank you!

Posted: Thu May 27, 2004 12:32 pm
by Marjan
Hi, Nick.

Have you populated series with data ? If you don't populate it with data, then no points will be shown at runtime i.e. you'll end up with emptpy chart (no series, the frame and chart title will still be shown).

Can Charts be Invisible?

Posted: Thu May 27, 2004 12:48 pm
by 9336212
Well the "chart" I was testing was the Calendar (among other things) and there is nothing on the form, no outline, no title or anything. Visible is set to True, the chart is enabled, series is visible, but the form is completely blank.