Page 1 of 1

Question concerning ChartItem & loadRTF

Posted: Wed Aug 31, 2005 2:19 pm
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

Posted: Wed Aug 31, 2005 7:31 pm
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).