Page 1 of 1

How to read styles from External CSS file

Posted: Sun Aug 03, 2008 4:55 pm
by delphix
hi
this is first topic in this forum and my question is

my question is how to read styles from eternal CSS and apply it to richviewedit .

i use htmlimporter and i cannot find any method to link with CSS file .


:(

Posted: Mon Aug 04, 2008 10:56 am
by LadyOfWood
See new HTML importer (which use pbear's HTML) that can read HTML with CSS.

Posted: Tue Aug 05, 2008 7:31 am
by delphix
where i can found last version of htmlimporter

Posted: Tue Aug 05, 2008 3:30 pm
by Sergey Tkachenko
TRVHtmlImporter can still only import CSS saved by RichView.SaveHTMLEx.
But the new importer was developed: TRVHtmlViewImporter. It uses the components from http://www.pbear.com (they are freeware with source code).
TRVHtmlViewImporter is here: http://www.trichview.com/resources/html ... import.zip (free with source code too).
Before installing the PBear's components and this importer, please read ReadMe.txt from rvhtmlviewimport.zip.
TRVHtmlViewImporter requires the latest version of TRichView, available for registered users. If you want to use it with older (for example, trial) version, open rvHtmlViewImport.pas and remove the line:
{$DEFINE RVFULL}