Search found 16 matches
- Wed Oct 12, 2016 10:31 am
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 17888
- Fri Oct 07, 2016 9:02 pm
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 17888
I think many people can benefit from this feature. In my case, loading the image back won't be a problem as my application won't need to do that. But I use an almost "invisible" image on the docs produced by my application where the text itself will be on the background image and the image stays in ...
- Fri Oct 07, 2016 8:29 pm
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 17888
- Fri Oct 07, 2016 12:17 pm
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 17888
Can I save a background image along with the RTF file?
Hello, I tried search an answer for this question in this forum but I couldn't find one. I have an image loaded in 'BackgroundBitMap' property and I would like to save it along with the document, but the 'SaveRTF' method does not save the background image. Is it possible? My documents are saved as ...
- Fri Jun 17, 2011 5:17 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19004
Hello, The document is build from scratch. It is not an existing document. I am using the 'rvaCenter' in the paragraph aligment, but I don't know why just after the picture been inserted, if I insert a new text after it the just inserted picture looses the alignment and changes it to rvaLeft. All ...
- Fri Jun 17, 2011 2:58 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19004
Hello, Sergey, As I told before I can insert a picture in a document without problems, but I need ALL pictures be centralized horizontally. The document is been built like below: --- some text; picture some text; picture some text; picture ... --- The problem is that all the text has the correct ...
- Wed Jun 15, 2011 5:49 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19004
- Wed Jun 15, 2011 12:52 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19004
- Tue Jun 14, 2011 3:26 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19004
Inserting Bitmap in position of caret
Hello, I am trying to insert a Bitmap from Clipboard into a TRichView document in the position of caret but always it inserts in the beginning of the document. I write some lines of text in the document and at the end of it I need to insert a picture. I copy the picture to Clipboad as Bitmap and I ...
- Tue Apr 27, 2010 6:10 pm
- Forum: Support
- Topic: Insert new text and keeping the selecion
- Replies: 2
- Views: 9531
- Tue Apr 27, 2010 12:37 pm
- Forum: Support
- Topic: Insert new text and keeping the selecion
- Replies: 2
- Views: 9531
Insert new text and keeping the selecion
Hello, I need to do some processing in a selected text and after that (the text will have the same length as before) keep the selection. I tried doing that: rv.Format; rv.GetSelectionBounds(StartItemNo,StartItemOffs,EndItemNo,EndItemOffs,false); work_str := rv.GetSelText; ... (Do some text ...
- Mon Mar 23, 2009 7:04 pm
- Forum: Support
- Topic: Customized tip label for hyperlink
- Replies: 1
- Views: 8012
Customized tip label for hyperlink
Hello, Is there any way to put a 'tip' label for an hyperlink inserted in a TRichView document? What I mean is: when the user stops the cursor over the hyperlink of a document created with TRichView and opened with Word, the tip showed is a customized one instead of the hyperlink address. I know ...
- Wed Mar 11, 2009 6:43 pm
- Forum: Support
- Topic: Copy from TRichViewEdit to TRichViewEdit at runtime
- Replies: 2
- Views: 9828
- Mon Mar 09, 2009 7:25 pm
- Forum: Support
- Topic: Copy from TRichViewEdit to TRichViewEdit at runtime
- Replies: 2
- Views: 9828
Copy from TRichViewEdit to TRichViewEdit at runtime
Hello, I am having trouble to do a simple thing, I guess. If I use two 'TRichViewEdit' components created at design time the code below works great for copying from one to another (appending the 'source' to 'dest'). The problem is that I need create a document from scratch using two 'TRichViewEdit ...
- Wed Jan 21, 2009 1:18 pm
- Forum: Support
- Topic: Loading hyperlink object saved by TRichView on Word
- Replies: 2
- Views: 9574