Search found 9409 matches

by Sergey Tkachenko
Fri Jul 06, 2007 10:47 am
Forum: Support
Topic: How to get all the text(items) from TRichViewEdit (unicode)?
Replies: 2
Views: 9428

In any case, it would be unefficient. It's better to get the whole text and extract lines from it.
by Sergey Tkachenko
Thu Jul 05, 2007 1:56 pm
Forum: Examples, Demos
Topic: [How to] How to print 2 documents in one printing job, etc.
Replies: 14
Views: 106904

Sorry, I do not understand your question.
Do you format 2 different TRichViews, one in portrait and one in landscape orientation?
by Sergey Tkachenko
Thu Jul 05, 2007 10:19 am
Forum: Support
Topic: Problem with RTF external file link
Replies: 4
Views: 12710

This is a bug of the newest version. It will be fixed in the next update.
by Sergey Tkachenko
Thu Jul 05, 2007 10:03 am
Forum: Support
Topic: Error when using InsertRTFFromStreamEd
Replies: 5
Views: 13403

Actually, it should not be inserted in all cases, both if Unicode=True and if Unicode=False.
But ok, I made change allowing to load plain text content by this method even for Unicode styles. It will be included in the next TRichView update.
by Sergey Tkachenko
Thu Jul 05, 2007 9:47 am
Forum: Support
Topic: BlockQuote support
Replies: 7
Views: 17584

Initially I did not understand your question about applying paragraph style to the selected text. Paragraph style is applied to the whole paragraphs containing the selected text. But now I think I understand. You want to make paragraph(s) from the selected fragment, and then apply paragraph style to...
by Sergey Tkachenko
Thu Jul 05, 2007 9:27 am
Forum: Support
Topic: HTML font size
Replies: 5
Views: 21131

Use SaveHTMLEx instead of SaveHTML.
SaveHTML does not use CSS, and without CSS it's impossible to define font size in points.
by Sergey Tkachenko
Thu Jul 05, 2007 9:25 am
Forum: Support
Topic: Incompatible types: Integer and Longbool
Replies: 2
Views: 11689

You use old version of TRichView, please update.
by Sergey Tkachenko
Wed Jul 04, 2007 4:11 pm
Forum: Support
Topic: Troubles with Delphi controls
Replies: 5
Views: 21617

I received it. Sorry for delay, I'll answer tomorrow.
by Sergey Tkachenko
Tue Jul 03, 2007 4:46 pm
Forum: Support
Topic: Wordwrap -> Different ways to wrap ??
Replies: 11
Views: 23510

I'll add it in the next update.
by Sergey Tkachenko
Tue Jul 03, 2007 4:45 pm
Forum: Support
Topic: Error when using InsertRTFFromStreamEd
Replies: 5
Views: 13403

'abc' is not a valid RTF content, so it normal that RTF inserting fails.
by Sergey Tkachenko
Tue Jul 03, 2007 4:44 pm
Forum: Support
Topic: BlockQuote support
Replies: 7
Views: 17584

You can insert additional code around some paragraphs using OnSaveParaToHTML event.
by Sergey Tkachenko
Tue Jul 03, 2007 4:42 pm
Forum: Support
Topic: Width of tables in RTF export
Replies: 2
Views: 10379

Please send me RVF file showing the problem.
by Sergey Tkachenko
Tue Jul 03, 2007 4:41 pm
Forum: Support
Topic: Troubles with Delphi controls
Replies: 5
Views: 21617

Some controls require additional classes to be registered with RegisterClass. It may solve some problems.
If this will not help, please send me example of RVF file that is loaded incorrectly.
by Sergey Tkachenko
Tue Jul 03, 2007 3:28 pm
Forum: Examples, Demos
Topic: [How to] How to print 2 documents in one printing job, etc.
Replies: 14
Views: 106904

Assuming that you have 2 documents in 2 RVPrints, one formatted in portrait and one in landscape orientation, you can display preview with different orientations. RVPrintPreview displays only one page at once, so assing the proper RVPrint to RVPrintPreview.RVPrint property when moving to another pag...
by Sergey Tkachenko
Mon Jul 02, 2007 4:50 pm
Forum: ScaleRichView
Topic: First bugs noticed
Replies: 6
Views: 29058

As for dependence on RichViewActions, this component only uses ruler from there. All other RichViewActions features are optional and they will not be added to your application's code if you do not use them.
As for the bugs, Ilya will fix them in the next update.