Search found 206 matches

by proxy3d
Sat Nov 07, 2009 10:09 pm
Forum: ScaleRichView
Topic: DBSRVEdit 2.4.1 Access Violations after Update
Replies: 7
Views: 33938

Sorry, while the place of your problem is not found in the installer. On all computers tested by me the installer works normally (with other access rights). Now I try to test ThtmlViewer ( http://www.pbear.com/ ) as for me with it were before a problem. I use its old version. I will try to refresh i...
by proxy3d
Thu Nov 05, 2009 2:27 pm
Forum: ScaleRichView
Topic: Demo of ScaleRichView for C++ Builder 2009
Replies: 1
Views: 14366

Sorry, but ScaleRichView examples were not translated to C++Builder yet.
by proxy3d
Wed Nov 04, 2009 12:23 pm
Forum: ScaleRichView
Topic: SRV 2.5
Replies: 6
Views: 28137

No, in Windows Me a problem in all documents. I only have installed Win Me to make the detailed analysis of a problem. I think that a problem in API functions which others were in 9x. I will look in what a problem.
by proxy3d
Wed Nov 04, 2009 9:17 am
Forum: ScaleRichView
Topic: SRV 2.5
Replies: 6
Views: 28137

I saw a problem with the caret in your document. Before Sergey's returning I cannot correct it because it is necessary to find in what a problem (RV or SRV). Because I cannot understand, why this bug is reproduced only on your documents.
by proxy3d
Tue Nov 03, 2009 7:29 pm
Forum: ScaleRichView
Topic: SRV 2.5
Replies: 6
Views: 28137

1) Under Win ME I will look tomorrow. You can write, what problem under it?

2) What with the caret when you click on the document? In what a problem?
by proxy3d
Tue Nov 03, 2009 4:02 pm
Forum: ScaleRichView
Topic: Label overlaps text
Replies: 11
Views: 45066

Send please the document and PrintScreen to me on email.
by proxy3d
Tue Nov 03, 2009 7:24 am
Forum: ScaleRichView
Topic: Label overlaps text
Replies: 11
Views: 45066

I have sent you the link on email
by proxy3d
Sat Oct 31, 2009 9:20 am
Forum: ScaleRichView
Topic: rtf-document with footer
Replies: 3
Views: 21380

Editing Header and Footer is supported in version 2.5.
by proxy3d
Sat Oct 31, 2009 9:18 am
Forum: ScaleRichView
Topic: SRVE Not Scrolling when Selecting
Replies: 5
Views: 26911

It is fixed in version SRV 2.5
by proxy3d
Sat Oct 31, 2009 9:04 am
Forum: ScaleRichView
Topic: page setup problem
Replies: 10
Views: 38960

It is fixed in version SRV 2.5
by proxy3d
Fri Oct 30, 2009 9:06 pm
Forum: ScaleRichView
Topic: Label overlaps text
Replies: 11
Views: 45066

You tell about SRV version 2.4 or 2.5?
by proxy3d
Wed Oct 28, 2009 9:37 am
Forum: ScaleRichView
Topic: Possible Selection Problem
Replies: 17
Views: 58669

Just for the record, I have not removed these properties. Perhaps they were cleared when I removed the link to the external TRichViewEdit.
It is bug SRV.
Confirmed. Will be fixed in the next update.
by proxy3d
Mon Sep 14, 2009 8:33 pm
Forum: Support
Topic: how to check if the TRichViewEdit document content is empty?
Replies: 2
Views: 11089

Code: Select all

function  IsEmpty(rve: TCustomRichViewEdit): Boolean; 
begin 
  Result := (rve.ItemCount=0) or ((rve.ItemCount=1) and (rve.GetItemStyle(0)>=0) and (rve.GetItemText(0)='')); 
end; 
by proxy3d
Mon Aug 10, 2009 10:44 am
Forum: Support
Topic: Printing Problem with brother MFC-7320
Replies: 5
Views: 16898

For the print use SRVPrint and SRVPreview. In SRVPreview is drawn normally?
by proxy3d
Wed Aug 05, 2009 7:31 pm
Forum: ScaleRichView
Topic: Spacing between characters...
Replies: 13
Views: 45298

You can use SRVPreview. For a draw labels you can use SRV.OnPaint. Use parameter "Printing" for mode definition (in the editor or on the print). For comments, we can use component SRVLabel. At SRVLabel property DrawOnPrint, describing to draw SRVLabel on the print or not. At use metafile y...