Search found 9380 matches

by Sergey Tkachenko
Tue Jan 08, 2008 1:56 pm
Forum: Support
Topic: Problem with header
Replies: 4
Views: 13462

You draw header above the printable area (above the rectangle defined in PrintAreaRect). You can reserve space for header by increasing RVPrint.TopMarginsMM. The code below does it. Call it before calling RVPrint1.FormatPages. // returns page width and height, in printer pixels procedure GetPageSize...
by Sergey Tkachenko
Tue Jan 08, 2008 12:17 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 48027

1) I do not completely understand the question. There is no designtime document editor, so items cannot be inserted at design time. GetItemCoords returns coordinates of item at the moment of its call. Of course, document must be formatted, otherwise coordinates are undefined. 2) When you do a drag&a...
by Sergey Tkachenko
Mon Jan 07, 2008 11:58 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 48027

In this declaration (both in hpp and cpp files) change TBitmap to Graphics:TBitmap.
by Sergey Tkachenko
Thu Jan 03, 2008 8:37 pm
Forum: Support
Topic: Background picture/color problem
Replies: 1
Views: 7882

If you want to store backgrounds with documents, include rvfoSaveBack and rvfoLoadBack in DBRichViewEdit.RVFOptions.
by Sergey Tkachenko
Thu Jan 03, 2008 5:51 pm
Forum: Support
Topic: Problem with header
Replies: 4
Views: 13462

Do headers on different pages have different heights?
by Sergey Tkachenko
Thu Jan 03, 2008 5:16 pm
Forum: Support
Topic: Picture alignment progress
Replies: 1
Views: 8197

I'll start working on it after releasing TRichView/ScaleRichView update on the web site.
by Sergey Tkachenko
Sun Dec 23, 2007 3:28 pm
Forum: Support
Topic: To Sergey and all users of this forum
Replies: 1
Views: 7773

Thank you, and merry Christmas to all!
by Sergey Tkachenko
Sun Dec 23, 2007 3:19 pm
Forum: Support
Topic: Table cell align text right
Replies: 4
Views: 10881

Do you need to generate document with right-aligned cell? If yes, create a right-aligned paragraph style before generation, and pass its index in AddNL().
by Sergey Tkachenko
Sat Dec 22, 2007 4:11 pm
Forum: Support
Topic: Table cell align text right
Replies: 4
Views: 10881

I know you can create a right aligned Paragraph but how do you set such a style to a table cell?
Simply use right-aligned paragraphs inside table cells.
by Sergey Tkachenko
Sat Dec 22, 2007 4:09 pm
Forum: Support
Topic: rvuCentimeters
Replies: 1
Views: 8030

RichViewEdit.DocParameters property does not affect how documents are displayed. Its primary use is to save this information in RTF files (and in RVF files). TRVRuler cannot change them, because it's impossible (it cannot change page size, page margins and other DocParameters, because they are not d...
by Sergey Tkachenko
Sat Dec 22, 2007 4:00 pm
Forum: Support
Topic: Resizing Controls
Replies: 1
Views: 7777

by Sergey Tkachenko
Sat Dec 22, 2007 3:59 pm
Forum: Support
Topic: Search and replace that crosses item boundaries?
Replies: 8
Views: 22967

Yes, but after the next major update
by Sergey Tkachenko
Wed Dec 19, 2007 6:18 pm
Forum: Support
Topic: Search and replace that crosses item boundaries?
Replies: 8
Views: 22967

No, the new RichView.SearchTextW is an Unicode version of RichView.SearchText, it does not introduce any new features and cannot search across item boundaries
by Sergey Tkachenko
Wed Dec 19, 2007 8:56 am
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 48027

What version of Delphi do you use?
As far as I remember, I created that Demo in Delphi 6.
Probably, something is different in other versions of Delphi.
by Sergey Tkachenko
Wed Dec 19, 2007 8:54 am
Forum: Support
Topic: Ruler - taDecimalAlign
Replies: 4
Views: 16852

This feature is supported by the ruler, but it is not supported by TRichViewEdit.
Sorry, it will not work.