Search found 9410 matches

by Sergey Tkachenko
Mon Nov 26, 2007 6:07 pm
Forum: Support
Topic: List Format Problem In Copying From One Table To Another
Replies: 4
Views: 11945

If CellInTable1 and CellInTable2 are in the same editor, why do you use IntermeditateRVE?
by Sergey Tkachenko
Mon Nov 26, 2007 6:00 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 48152

This procedure deletes all text items from document: uses CRVData, RVTable, RVNormalize; procedure DeleteText(RVData: TCustomRVData); var i,r,c: Integer; table: TRVTableItemInfo; begin for i := RVData.ItemCount-1 downto 0 do if (RVData.GetItemStyle(i)>=0) or (RVData.GetItemStyle(i)=rvsTab) then // t...
by Sergey Tkachenko
Mon Nov 26, 2007 5:52 pm
Forum: Support
Topic: Table not printing whole text when more than 1 page
Replies: 1
Views: 6988

This feature (page breaks in table cells) is not implemented in v1.9.24.
It is implemented in the current version (available for registered users). Trials will be updated in December.
by Sergey Tkachenko
Mon Nov 26, 2007 5:47 pm
Forum: ScaleRichView
Topic: Editing Problem on page 2
Replies: 3
Views: 17025

The latest ScaleRichView update uses new redrawing method. It is much better than the previous one, but may have some glitches. They will be fixed in the next update. As for RTF problem, it is obviously a bug in saving page layout in RTF. Probably, ScaleRichView assigns incorrect measurement units. ...
by Sergey Tkachenko
Mon Nov 26, 2007 4:05 pm
Forum: ScaleRichView
Topic: GPF when printing
Replies: 8
Views: 31321

Did you send error report to Ilya?
by Sergey Tkachenko
Fri Nov 23, 2007 3:55 pm
Forum: Support
Topic: Change scrollBars behaviour?
Replies: 4
Views: 10562

Yes, WM_NCPaint is overriden to draw WinXP-themed border.
Try to set UseXPThemes property to False.
by Sergey Tkachenko
Fri Nov 23, 2007 3:52 pm
Forum: Support
Topic: I have an question about TRichViewEdit
Replies: 26
Views: 48152

1) In order to load RVF file containing controls, you need to register them with RegisterClasses. For example, if you use TButton and TEdit in document, call: RegisterClasses([TButton, TEdit]); Do it one time before the first loading. 2) Sorry, I do not understand the second question. Do you want to...
by Sergey Tkachenko
Fri Nov 23, 2007 5:29 am
Forum: Support
Topic: Change scrollBars behaviour?
Replies: 4
Views: 10562

TRichView components use standard scrollbars, there is nothing special with them.
Alternatively, you can hide scrollbars (VScrollVisible = HScrollVisible = False) and use external scrollbar components, updating them in events (OnVScrolled, OnHScrolled)
by Sergey Tkachenko
Thu Nov 22, 2007 2:50 pm
Forum: ScaleRichView
Topic: Disable automatic scaling when resizing
Replies: 6
Views: 24719

In WYSIWYG mode, page looks exactly like it will be printed. Lines on screen are wrapped exactly at the same places as on paper. Wrapping does not depend on the editor's window width. Several ScaleRichView demos allow switching between 3 layouts: normal mode, web mode, page-view mode. You can see bu...
by Sergey Tkachenko
Thu Nov 22, 2007 9:50 am
Forum: ScaleRichView
Topic: Disable automatic scaling when resizing
Replies: 6
Views: 24719

But if content width is changed when resizing without scaling, it would not be WYSIWYG.
This mode is implemented as "Web mode" in demos.
by Sergey Tkachenko
Thu Nov 22, 2007 8:22 am
Forum: Support
Topic: UN-DO action ignores LoadRVFFromStream into table cells
Replies: 1
Views: 8626

Yes, LoadRVFFromStream and Clear cannot be undone. So, there are only 2 solutions possible in the current version of TRichView: 1) create a copy of aTargetTable (using table.SaveToStream/LoadFromStream), modify this copy and insert it in place of aTargetTable (by selecting aTargetTable using SetSele...
by Sergey Tkachenko
Thu Nov 22, 2007 7:58 am
Forum: ScaleRichView
Topic: Range Check error
Replies: 3
Views: 17527

It will be fixed in the next update.
While, turn off Range Checking in the project's compiler options.
by Sergey Tkachenko
Thu Nov 22, 2007 7:56 am
Forum: ScaleRichView
Topic: Problem with run editor demo
Replies: 1
Views: 13306

May be you have older versions of components in different directories?
(otherwise, in case of version mismatch, the error would reported when installing ScaleRichView, before running demos)
by Sergey Tkachenko
Wed Nov 21, 2007 5:50 pm
Forum: ScaleRichView
Topic: Check boxes do not save to pdf correctly
Replies: 6
Views: 24400

I send your request to them.
by Sergey Tkachenko
Tue Nov 20, 2007 7:40 pm
Forum: ScaleRichView
Topic: Check boxes do not save to pdf correctly
Replies: 6
Views: 24400

May be you compiled your projects with older version of ScaleRichView somehow?
Please test this compiled demo:
http://www.trichview.com/support/files/ ... alepdf.zip