trichview.support
Re: How Can I see pictures in RTF |
Author |
Message |
Sergey Tkachenko |
Posted: 02/21/2003 21:54:13 Make sure that RichViewEdit1.RTFReadProperty.IgnorePictures is False. Also, it's possible that picture is embedded in unsupported format (supported: Bitmap (DIB), EMF, WMF, JPG; unsupported: Bitmap (DDB), PNG, MacPicture). Send me this RTF and I'll see what's wrong. > > Hi; > > I have got a lot of RTF files. I called RTF files with a proc. > // > PROCEDURE TFORM3.call(XFILENAME : STRING); > BEGIN > rvActionsResource.rvActionOpen1.LoadFile(RichViewEdit1, XFILENAME, ffiRTF); > FORM3.SHOW; > END; > // > I wrote this proc in Unit3 in ActionTest.dpr and I passing the RTF filename > to this Proc. I haven't got any problem with RTF (only text contain). Some > Of RTF files contain picture. I doesn't see those pictures. How can I correct > the problem? > > Anyone help me plase? > > Zekeriye Bozkurt |
Powered by ABC Amber Outlook Express Converter