rvActions-Object Properties problem with images
Posted: Mon Mar 03, 2008 8:43 am
1) In RVEdit, I select an image inserted with rvActionInsertImage, I right-click it then choose 'Object Properties' and I change the image.
2) then I export with
RichViewEdit1.SaveHTMLToStreamEx(streamRVEHtml,'','','','','','',
[rvsoMiddleOnly, rvsoUseItemImageFileNames, rvsoImageSizes,
rvsoNoHypertextImageBorders, rvsoMarkersAsText, rvsoNoDefCSSStyle,
rvsoInlineCSS]);
3) The generated HTML retains and shows the old image but with the new image dimensions and other properties. Strange...
What am I doing wrong?
Thanks, Dan
2) then I export with
RichViewEdit1.SaveHTMLToStreamEx(streamRVEHtml,'','','','','','',
[rvsoMiddleOnly, rvsoUseItemImageFileNames, rvsoImageSizes,
rvsoNoHypertextImageBorders, rvsoMarkersAsText, rvsoNoDefCSSStyle,
rvsoInlineCSS]);
3) The generated HTML retains and shows the old image but with the new image dimensions and other properties. Strange...
What am I doing wrong?
Thanks, Dan