I have a word doc consisting mostly of text and screenshots. However, in WORD, I added is a colored textbox and arrow to one of the screenshots. Then I saved this file as RTF and am using it as a resource file in my app. Everything looks fine, except that the images I added in Word are missing.
Thank you.
Marie Claire
missing graphic
Unless the graphics are registered for richviewedit, your application will not recognize them and therefore will not display them. Look at the source sample towards the bottom to see how they should be registered. Components for graphics must also be included in the use section. Graphis will not appear because RichViewEdit does not recognized them unless registered.
Good luck.
Good luck.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
If you want to load documents with such images in TRichView, these images must be converted to metafiles.
How to do it (in MS Word):
- select the screenshot with its note (as far as I understand, the image must be floating, otherwise MS Word does not allow to select it together with other graphic objects)
- cut them to the clipboard;
- Edit | Paste Special, paste as metafile.
How to do it (in MS Word):
- select the screenshot with its note (as far as I understand, the image must be floating, otherwise MS Word does not allow to select it together with other graphic objects)
- cut them to the clipboard;
- Edit | Paste Special, paste as metafile.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
If file size is a problem, you can convert all bitmap images in documents to PNG (the closest example: how to convert all images to bmp: http://www.trichview.com/forums/viewtopic.php?t=761 )
How to use PNG in TRichView: http://www.trichview.com/forums/viewtopic.php?t=89
How to use PNG in TRichView: http://www.trichview.com/forums/viewtopic.php?t=89