trichview.com

trichview.support




Re: Just discovered you exist! Questions b4 I buy


Return to index


Author

Message

Sergey Tkachenko

Posted: 08/17/2004 22:40:05


> Here's what I need to do (in D7).  Can TRichView do all this?

>

> 1.  I have .mht files (some in db blobs, some on disk and pointed to in

the

> db) that I need to display.  To date I have been displaying these in

> TWebBrowser.

>     a) Can I do RichView1.LoadFromFile() and .LoadFromStream?

>     b) I also have a lot of web pages saved the old way (i.e. in a folder

> with .htm and all the .jpg's etc).  How can I also load these into RV?

>     c) Are there any restrictions on what type/complexity of web pages I

can

> display in RV?  e.g. complex frames, video etc.


About HTML import:

The components can load HTML files using RvHtmlImporter component.

You can test how it work in the demo from

http://www.trichview.com/resources/actions/

(menu Insert | File).

It has some limitations, for example it does not understand CSS.

There are no methods for loading MHT files. You need to disasseble them on

html and images before loading (I think you can use Indy methods working

with MIME for this).

Important note: HTML import is HTML import. HTML features that cannot be

understanded by the component are lost on import.

Frames are not supported.

There are no built-in support for videos. You can insert any Delphi

component in TRichView, but RvHtmlImporter does not support loading video.


>     d) Is the component dataaware (I use ADO and SQL2K)?


Yes, there are dataaware versions of components


>

> 2.  I have been unable to print these docs with Report Builder.  Can I do

> that with RV?


If you'll be able to load documents, you'll be able to print them.

Besides, TRichView objects can be inserted in ReportBuilder reports.



> 3.  Is there anything RV does NOT support that MS RichEdit does?


- Ole objects can be inserted in TRichView only via TOleContainer and cannot

be saved/loaded in RTF like MS RichEdit does

- New version of MS RichEdit has better support for Asian languages

(TRichView supports IME, but not on the level of MS RichEdit)



>

> If I get some positive answers, I'll purchase in a heartbeat.


In any case, I recommend to test beforehand :)

Note: I just uploaded new version (1.9)


>

> tia

>

>





Powered by ABC Amber Outlook Express Converter