Search found 9 matches

by EvRenesse
Mon Dec 07, 2015 11:59 am
Forum: Support
Topic: Problems with many images inside TRichView
Replies: 5
Views: 20804

Hi, is this problem solved in the current version? Under Windows 10 it is no longer possible to increase the maximum number of GDI handles by changing the value of GDIProcessHandleQuota in the registry. The value can be changed, but without any effect after restarting the computer. So large ...
by EvRenesse
Mon Jun 21, 2010 7:14 am
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi,

in the new SRV version 3.3, the caret visibility is ok, also on my Windows 7 machine, which shows the problem up to SRV version 3.2. It looks like a XOR color conversion.

Thanks for your support.

Ekkehart v. Renesse
by EvRenesse
Sun Jun 20, 2010 7:55 pm
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi, the SRV installer version 3.3 seems not to work correctly. Selection of the installation folder is missing. Instead, there is a new sub-folder 't' in the old installation folder of version 3.2, containing sub-folders 'SRV', 'CreateTrial' and 'SRichView'. Please check the installer or give ...
by EvRenesse
Tue May 18, 2010 7:08 am
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi,

i downloaded the "Action Test" with ScaleRichview from
http://www.trichview.com/resources/acti ... ontest.zip
and testet the included ActionTestD2010,exe: The caret problem is the same as with my own application.

Ekkehart v. Renesse
by EvRenesse
Sun May 16, 2010 8:53 am
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi, calling Update doesn't help. I tested Invalidate, Update, Refresh and Repaint in 4 different positions A..D in the code of TSRichViewEdit.UpdateCaret: ... if not(ReadOnly and (rvoHideReadOnlyCaret in RVEditorOptions)) and FCaretVisible then if IntersectRect(tmp, Bounds(p.x, p.y, CaretBitmap ...
by EvRenesse
Sat May 15, 2010 4:37 pm
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi, thanks for the new version. Unfortunately, the caret problem under Windows 7 is not solved. I tried my solution (Invalidate) again, but now it does not help any more. Even under Windows XP, this Invalidate causes the caret to disappear under all circumstances. May be, i have to reinstall the old ...
by EvRenesse
Sat May 01, 2010 2:45 pm
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi, maybe i found a possible solution for this problem: In this procedure procedure TSRichViewEdit.UpdateCaret(LockRepaint: Boolean; PaintRect : TRect); ..... // paint rectangle if (FActiveEditor.TopLevelEditor.Focused) or (ScrollBarH.Focused) or (ScrollBarV.Focused) then if not (FViewProperty ...
by EvRenesse
Fri Apr 30, 2010 8:28 am
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi, now i tested again with the following configuration: Windows 7 Home Premium (German edition, 32 bit). I created a new user account to ensure the default settings. Design: Aero "Windows 7". 96 dpi. ScaleRichView application: I used your demo application PM_StretchToFit from ScaleRichView 3.1.1 ...
by EvRenesse
Thu Apr 29, 2010 7:32 pm
Forum: Support
Topic: ScaleRichView caret visibility problem BCB2007 Win7
Replies: 20
Views: 57555

Hi,

is this problem under investigation? I have the same problem using ScaleRichView 3.1.1. I hope, you got Windows 7 in the meantime. I cannot implement this component, if it is not compatible with the current Windows version.

Ekkehart v. Renesse