Search found 9 matches

by Jan
Wed Oct 12, 2011 12:05 pm
Forum: ScaleRichView
Topic: ScaleRichViewEdit and MarkSubString
Replies: 7
Views: 41342

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 ...
by Jan
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?
by Jan
Wed Oct 05, 2011 5:42 pm
Forum: ScaleRichView
Topic: ScaleRichViewEdit and MarkSubString
Replies: 7
Views: 41342

Is there another solution for highlighting of searched text?
Removing of marked words with AddictSpell works also.
by Jan
Wed Oct 05, 2011 2:07 pm
Forum: ScaleRichView
Topic: ScaleRichViewEdit and MarkSubString
Replies: 7
Views: 41342

Hello Sergey

Thanks for your response.
Sergey Tkachenko wrote:Move SRichViewEdit1.Format after MarkSubStringW.
That's right but after SRichViewEdit1.Format the marks are persistent.
How can I remove the marks again?
by Jan
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 ...
by Jan
Tue Jul 27, 2010 3:31 pm
Forum: Support
Topic: rvrtfSaveJpegAsJpeg
Replies: 3
Views: 13753

Yes, I can send a sample.
by Jan
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:
Image

MS Word:
Image
by Jan
Tue Jul 20, 2010 11:29 am
Forum: Support
Topic: How can I insert soft line breaks?
Replies: 3
Views: 14658

Yes, you are right. It works. But why exists no rvAction? Like rvActionInsertSoftLineBreak
by Jan
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.

Image