Question concerning ChartItem & loadRTF

General TRichView support forum. Please post your questions here
Post Reply
Guest

Question concerning ChartItem & loadRTF

Post by Guest »

Hello

I'm interested in RichView.

I need to do the following things:
View, print, save (as 'rtf') and load (from 'rtf') Richtext containing
formatted Text, TCharts, and Tables.

I have downloaded rvpkg.zip in order to try, if i can do all this.
It seems that I must get the support for TCharts by an additional packet
called ChartItem 3.0. Where can I get a demoversion ?
( http://www.trichview.com/resources/ links me to http://www.trichview.com/download/ and there is a link back to
http://www.trichview.com/resources/ ... confusing )

Further I cannot read rtf-files.
When i call loadRTF('test.rtf'); nothing happens

Matthias
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's included in the main set of demos, for example in http://www.trichview.com/rvfiles/rvhelp.zip

The directrory inside this zip is Demos\Addins\ChartItem\
It does not provide RTF saving of charts, but I can modify it to save them as pictures, it's very easy.
But they will not be loaded as TCharts from RTF (RTF cannot store VCL components), they will be loaded as pictures. In order to store document with inserted components, you need to use native TRichView format (RVF).
Post Reply