Is it any updates about this issue?Sergey Tkachenko wrote:Please send me a test project (as simple as possible) to richviewgmailcom
Search found 5 matches
- Thu Jan 23, 2014 7:25 am
- Forum: Support
- Topic: ScaleRichView and controls
- Replies: 5
- Views: 14491
- Wed Jan 15, 2014 1:03 pm
- Forum: Support
- Topic: ScaleRichView and controls
- Replies: 5
- Views: 14491
- 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 ...
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 ...
- 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?
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 ...
|00A1A9C9|Personal.exe|RVEdit.pas |TCustomRichViewEdit |BeforeInserting |955[16] |
|00A1A930|Personal.exe|RVEdit.pas |TCustomRichViewEdit |BeforeInserting |939[0] |
|00A1ACD3 ...