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: 18324
- Fri Oct 07, 2016 9:02 pm
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 18324
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 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 ...
- Fri Oct 07, 2016 8:29 pm
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 18324
- Fri Oct 07, 2016 12:17 pm
- Forum: Support
- Topic: Can I save a background image along with the RTF file?
- Replies: 5
- Views: 18324
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 ...
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 ...
- Fri Jun 17, 2011 5:17 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19268
- Fri Jun 17, 2011 2:58 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19268
- Wed Jun 15, 2011 5:49 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19268
- Wed Jun 15, 2011 12:52 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19268
- Tue Jun 14, 2011 3:26 pm
- Forum: Support
- Topic: Inserting Bitmap in position of caret
- Replies: 7
- Views: 19268
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 ...
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 ...
- Tue Apr 27, 2010 6:10 pm
- Forum: Support
- Topic: Insert new text and keeping the selecion
- Replies: 2
- Views: 9592
- Tue Apr 27, 2010 12:37 pm
- Forum: Support
- Topic: Insert new text and keeping the selecion
- Replies: 2
- Views: 9592
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 ...
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: 8090
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 ...
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: 9896
- Mon Mar 09, 2009 7:25 pm
- Forum: Support
- Topic: Copy from TRichViewEdit to TRichViewEdit at runtime
- Replies: 2
- Views: 9896
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 ...
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 ...
- Wed Jan 21, 2009 1:18 pm
- Forum: Support
- Topic: Loading hyperlink object saved by TRichView on Word
- Replies: 2
- Views: 9661