Page 1 of 1

HTML URL-image

Posted: Tue Dec 06, 2011 1:27 pm
by henkjas
Does the TRichView component show inline HTML pictures with:
<img src="data:image/png;base64,/9j/4AAQSkZJRg.......etc, etc.

Thanks for answering

Posted: Tue Dec 06, 2011 3:35 pm
by Sergey Tkachenko
It's the question of saving/loading.
Directly - it's not supported.
But you can use events (OnHTMLSaveImage/OnSaveImage2, OnImportPicture) to encode/decode these data yourself.
(for HTML loading, you'll need additional components - either rvHtmlImporter, or rvHtmlViewImporter (recommended))