Search found 6 matches

by dmitry_oz
Fri May 30, 2008 1:50 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3258764

Sorry, I was not clear enough.

I was asking for DEMO on loading email into RichView.
My understanding is if email has bundled rtf/txt/html it should be possible to do so

Cheers,
Dmitry
by dmitry_oz
Thu May 29, 2008 5:58 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3258764

load email in MIME format into TichViewEdit

Hi Sergey,

do you have DEMO for this?
by dmitry_oz
Thu May 22, 2008 4:28 am
Forum: Support
Topic: copy data between two TRichViewEdits
Replies: 3
Views: 19950

Ignore

Please ignore, it works just fine.
by dmitry_oz
Wed May 21, 2008 8:32 am
Forum: Support
Topic: copy data between two TRichViewEdits
Replies: 3
Views: 19950

copy data between two TRichViewEdits

Hi Sergey, I tried to copy between two richviewedits but did not have much luck. 1) tried to use stream but second RichViewEdit2 was blank stream := TMemoryStream.Create; try RichViewEdit1.SaveRVFToStream(stream, false); stream.Position := 0; RichViewEdit2.LoadRVFFromStream(stream); RichViewEdit2.Fo...
by dmitry_oz
Thu May 01, 2008 1:02 am
Forum: Support
Topic: cell borders become invisible after exporting to HTML
Replies: 2
Views: 16138

I was saving it to database using SaveHTMLToStream and you are right, as soon as I have changed it to SaveHTMLToStreamEx it started to work properly!

Thanks a lot!
by dmitry_oz
Wed Apr 30, 2008 2:45 am
Forum: Support
Topic: cell borders become invisible after exporting to HTML
Replies: 2
Views: 16138

cell borders become invisible after exporting to HTML

Hi,

when I export RichView to HTML table/cell borders become not visible.
I should say, it exports with table border=0

Am i doing something wrong?

Thanks,
Dmitry