Search found 206 matches

by proxy3d
Sat Jun 13, 2009 4:34 pm
Forum: Support
Topic: Picture and Table resize out of page border
Replies: 9
Views: 24053

It is added. In the following updating SRV there is global variable SRVItemResizeMode.

Mode:
srvrsUnrestricted, srvrsTextArea, srvrsPageWidth
by proxy3d
Fri May 29, 2009 7:14 am
Forum: ScaleRichView
Topic: SRVE Not Scrolling when Selecting
Replies: 5
Views: 26718

SRV it is not scrolled at dragging. In one of new versions I will add scrolling.
by proxy3d
Mon May 11, 2009 2:05 pm
Forum: ScaleRichView
Topic: rtf-document with footer
Replies: 3
Views: 21239

Look an example: Demos\Basic Demos\Header and Footer\
by proxy3d
Sun Feb 22, 2009 11:55 am
Forum: ScaleRichView
Topic: Removing Selection
Replies: 12
Views: 41882

I have looked. This bug has already been fixed. You downloaded SRV the version v2.0.4? In the new version this bug has been fixed. I have sent you the corrected version. Soon we will download updating.
by proxy3d
Sat Feb 21, 2009 3:45 pm
Forum: ScaleRichView
Topic: Removing Selection
Replies: 12
Views: 41882

You can send me example EXE of a file in which there is an error? I cannot reproduce a problem with selection.
by proxy3d
Tue Feb 17, 2009 11:17 am
Forum: ScaleRichView
Topic: How to compose a document from multiple documents?
Replies: 3
Views: 20047

Yes. For this purpose you need to display pages. For page drawing, it is necessary to use function:

Code: Select all

    procedure DrawPage(PageNo, PageWd, PageHt, OffX, OffY: Integer;
      CanvasPage: TCanvas; PageNoVisible, ClipMargins, Printing: Boolean);
Description of parametres of function look in the help.
by proxy3d
Tue Feb 17, 2009 11:08 am
Forum: ScaleRichView
Topic: Removing Selection
Replies: 12
Views: 41882

In ScaleRichView version 2.0.3 were problems with selection. Load ScaleRichView version 2.0.4.
by proxy3d
Mon Feb 16, 2009 2:30 pm
Forum: ScaleRichView
Topic: Removing Selection
Replies: 12
Views: 41882

What version SRV do you use?
by proxy3d
Tue Feb 10, 2009 11:26 am
Forum: ScaleRichView
Topic: PrintPages - Copies
Replies: 5
Views: 25168

Yes, it is bug SRVPrint. The bug is fixed.
by proxy3d
Tue Feb 10, 2009 10:56 am
Forum: ScaleRichView
Topic: Listindex out of bound
Replies: 6
Views: 27797

If to replace SRV on RichViewEdit in RichViewEdit the problem repeats?
by proxy3d
Tue Feb 10, 2009 10:44 am
Forum: ScaleRichView
Topic: OnChange Issue
Replies: 2
Views: 17833

How to me to reproduce call OnChange for empty SRV? If I put on form SRV and I start the application at me call OnChange does not occur. If in ActionTest I press to create the new document creates OnChange (the document changes, therefore it is caused). Make changes to a code: procedure TSRichViewEd...
by proxy3d
Mon Feb 09, 2009 4:37 pm
Forum: ScaleRichView
Topic: PrintPages - Copies
Replies: 5
Views: 25168

In a trial of version SRV prints only the first page. In the full version of such restriction is not present.
by proxy3d
Mon Feb 09, 2009 12:12 am
Forum: ScaleRichView
Topic: Listindex out of bound
Replies: 6
Views: 27797

Error only at use SRV? If you use TRichViewEdit instead of TSRichViewEdit this error repeats?

Try to switch off before filling of fields updating at SRV:

Code: Select all

SRV.CanUpdate := False;
....
SRV.CanUpdate := True;
by proxy3d
Sun Feb 08, 2009 9:45 pm
Forum: ScaleRichView
Topic: PrintPages - Copies
Replies: 5
Views: 25168

You use Trial the version for SRV?
by proxy3d
Fri Feb 06, 2009 2:48 pm
Forum: ScaleRichView
Topic: Listindex out of bound
Replies: 6
Views: 27797

How you add RVF a file in the end? You can give an example a code?