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
Search found 6 matches
- Fri May 30, 2008 1:50 am
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3328125
- Thu May 29, 2008 5:58 am
- Forum: Examples, Demos
- Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
- Replies: 40
- Views: 3328125
load email in MIME format into TichViewEdit
Hi Sergey,
do you have DEMO for this?
do you have DEMO for this?
- Thu May 22, 2008 4:28 am
- Forum: Support
- Topic: copy data between two TRichViewEdits
- Replies: 3
- Views: 21694
Ignore
Please ignore, it works just fine.
- Wed May 21, 2008 8:32 am
- Forum: Support
- Topic: copy data between two TRichViewEdits
- Replies: 3
- Views: 21694
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 ...
- Thu May 01, 2008 1:02 am
- Forum: Support
- Topic: cell borders become invisible after exporting to HTML
- Replies: 2
- Views: 17093
- Wed Apr 30, 2008 2:45 am
- Forum: Support
- Topic: cell borders become invisible after exporting to HTML
- Replies: 2
- Views: 17093
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
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