Hello Sergey
Thank you very much for your solution.
I changed it a little bit and implement the SearchOptions like below:
procedure TRVMarkTextPainter.EnumItemsAdd(RVData: TCustomRVData; ItemNo: Integer;
var UserData1: Integer; const UserData2: String; var ContinueEnum: Boolean);
var
s: String ...
Search found 9 matches
- Wed Oct 12, 2011 12:05 pm
- Forum: ScaleRichView
- Topic: ScaleRichViewEdit and MarkSubString
- Replies: 7
- Views: 41342
- Thu Oct 06, 2011 11:19 am
- Forum: ScaleRichView
- Topic: ItemExtraIntProperty inside RVFPictureNeeded
- Replies: 3
- Views: 25804
ItemExtraIntProperty inside RVFPictureNeeded
Hello Dear
How can I get the extra-property of a graphic like GetCurrentItemExtraIntProperty inside the RVFPictureNeeded event?
How can I get the extra-property of a graphic like GetCurrentItemExtraIntProperty inside the RVFPictureNeeded event?
- Wed Oct 05, 2011 5:42 pm
- Forum: ScaleRichView
- Topic: ScaleRichViewEdit and MarkSubString
- Replies: 7
- Views: 41342
- Wed Oct 05, 2011 2:07 pm
- Forum: ScaleRichView
- Topic: ScaleRichViewEdit and MarkSubString
- Replies: 7
- Views: 41342
- Wed Oct 05, 2011 10:32 am
- Forum: ScaleRichView
- Topic: ScaleRichViewEdit and MarkSubString
- Replies: 7
- Views: 41342
ScaleRichViewEdit and MarkSubString
Hello Dear
I use ScaleRichViewEdit version 4.0.3 and RichView v13.0.5
and try to use the MarkSubStringW function from MarkSearch.pas.
See: http://www.trichview.com/forums/viewtopic.php?t=57
I create a new form and drop a SRichViewEdit.
The FormCreate event looks so:
procedure TForm1.FormCreate ...
I use ScaleRichViewEdit version 4.0.3 and RichView v13.0.5
and try to use the MarkSubStringW function from MarkSearch.pas.
See: http://www.trichview.com/forums/viewtopic.php?t=57
I create a new form and drop a SRichViewEdit.
The FormCreate event looks so:
procedure TForm1.FormCreate ...
- Tue Jul 27, 2010 3:31 pm
- Forum: Support
- Topic: rvrtfSaveJpegAsJpeg
- Replies: 3
- Views: 13753
- Tue Jul 27, 2010 12:52 pm
- Forum: Support
- Topic: rvrtfSaveJpegAsJpeg
- Replies: 3
- Views: 13753
rvrtfSaveJpegAsJpeg
If I export a document in ScaleRichViewEdit as RTF and use rvrtfSaveJpegAsJpeg in RTFOptions, the Jpeg shown in other size if opened in MS Word.
ScaleRichViewEdit:

MS Word:

ScaleRichViewEdit:

MS Word:

- Tue Jul 20, 2010 11:29 am
- Forum: Support
- Topic: How can I insert soft line breaks?
- Replies: 3
- Views: 14658
- Tue Jul 20, 2010 10:33 am
- Forum: Support
- Topic: How can I insert soft line breaks?
- Replies: 3
- Views: 14658
How can I insert soft line breaks?
How can I insert soft-line-breaks like in the readme.rvf of the demo ActionTest.

