Third-Party Tools | RichViewXML

Top  Previous  Next

RichViewXML provides an alternative to RVF way for lossless storing of RichView documents.

If activated, RichViewActions support RichView XML files in the following actions:

TrvActionOpen

TrvActionSaveAs

TrvActionInsertFile

RichViewXML can be downloaded from www.trichview.com/resources/xml/.

Installing

1.Install the RichViewXML package.

2.Open RichViewActions.inc, remove the dot from the line {.$DEFINE USERVXML}.

3.Open the RichViewActions package. Add a link to the RichViewXML package in "Requires" section. Install the package (or rebuild it, if already installed).

4.Create TRichViewXML component, assign it to RVXML property of TRVAControlPanel component (if you do not see this property, steps 1-3 were not completed)

Make sure that ffiXML is in Filter of TrvActionOpen, TrvActionInsertFile, ffeXML in Filter of TrvActionSaveAs, TrvActionExport.

You can change a file filter for XML files: see TRVAControlPanel.XMLFilter property.


RichView © Sergey Tkachenko