Improvement
Posted: Tue Jan 14, 2014 8:08 am
Hi Sergey!
I want to propose small improvement to method SetSmartPopupCoords in RVRVData module.
I have modified following code:
to
In this case the smartpopup icon popups in correct place.
I want to propose small improvement to method SetSmartPopupCoords in RVRVData module.
I have modified following code:
Code: Select all
with RVData.DrawItems[DItemNo] do
R := Bounds(Left, Top, Width, Height);
Code: Select all
if RVData.SelectionExists(False, False) then
R := GetClientSelectionRect
else
with RVData.DrawItems[DItemNo] do
R := Bounds(Left, Top, Width, Height);