Search found 2 matches

by michal_t
Wed Nov 24, 2010 7:47 am
Forum: Support
Topic: Saving images to stream and inserting
Replies: 3
Views: 8722

Thank you very much,
Actually the problem was much more simply and stupid. The option rvfoSavePictureBody was not enabled - my fault.

I hava another problem. I have 2 RichViewEdit objects and want to copy a part of the text, with images, from RVE1 to RVE2. The text which I am copying from RVE1 is ...
by michal_t
Tue Nov 23, 2010 9:24 am
Forum: Support
Topic: Saving images to stream and inserting
Replies: 3
Views: 8722

Saving images to stream and inserting

Hello,
In RichViewEdit I have a text with an image loaded from HTML (through RvHtmlImporter). I want to mark a part of the text with this image and load it to another RichViewEdit object.
I am doing it like this:


TMemoryStream* Stream = new TMemoryStream();
RichViewEdit1->SaveRVFToStream(Stream ...