Search found 5 matches

by salexn
Thu Jan 23, 2014 7:25 am
Forum: Support
Topic: ScaleRichView and controls
Replies: 5
Views: 14491

Sergey Tkachenko wrote:Please send me a test project (as simple as possible) to richviewgmailcom
Is it any updates about this issue?
by salexn
Wed Jan 15, 2014 1:03 pm
Forum: Support
Topic: ScaleRichView and controls
Replies: 5
Views: 14491

I've sent you an email with example.
by salexn
Tue Jan 14, 2014 8:08 am
Forum: Support
Topic: Improvement
Replies: 1
Views: 8067

Improvement

Hi Sergey!
I want to propose small improvement to method SetSmartPopupCoords in RVRVData module.

I have modified following code:


with RVData.DrawItems[DItemNo] do
R := Bounds(Left, Top, Width, Height);

to

if RVData.SelectionExists(False, False) then
R := GetClientSelectionRect
else ...
by salexn
Mon Jan 13, 2014 12:30 pm
Forum: Support
Topic: ScaleRichView and controls
Replies: 5
Views: 14491

ScaleRichView and controls

I try to insert and drag'n'drop button via ScaleRichView (like on your examples). But is works incorrectly. Is it any problems to use controls with ScaleRichView and how I can fix this issue?
by salexn
Sun Dec 28, 2008 10:38 pm
Forum: Support
Topic: Bugs
Replies: 2
Views: 9169

Bugs

I used TRichEdit to create report. Application works fine. When i try to use TScaleRichView i get the following exception

|00A1A9C9|Personal.exe|RVEdit.pas |TCustomRichViewEdit |BeforeInserting |955[16] |
|00A1A930|Personal.exe|RVEdit.pas |TCustomRichViewEdit |BeforeInserting |939[0] |
|00A1ACD3 ...