Subject | Bug in IB_Grid OnDblClick |
---|---|
Author | Bob Zirbel |
Post date | 2005-02-23T23:09:34Z |
Hi all.
Sorry to have to post this again but I am getting desperate.
I'm using IBO version 4.5 Ai.
The bug is that when the IB_Grid properties IndicateRow and
IndicateHeadings are false, OnDblClick does not fire on the first
row. It is very easy to duplicate.
I have found that when these two properties are false, the
TIB_CustomGrid.MouseDown (in IB_Grid.pas) procedure receives
incorrect mouse X and Y coordinates when the first row is double-
clicked. These coordinates are converted to grid cell X and Y
values. Because both X and Y are zero, the OnDblClick event does not
fire.
I would appreciate any help you can give. I have a deadline to meet
and I now cannot revert back to the previous version of IBO.
Regards
Bob
Sorry to have to post this again but I am getting desperate.
I'm using IBO version 4.5 Ai.
The bug is that when the IB_Grid properties IndicateRow and
IndicateHeadings are false, OnDblClick does not fire on the first
row. It is very easy to duplicate.
I have found that when these two properties are false, the
TIB_CustomGrid.MouseDown (in IB_Grid.pas) procedure receives
incorrect mouse X and Y coordinates when the first row is double-
clicked. These coordinates are converted to grid cell X and Y
values. Because both X and Y are zero, the OnDblClick event does not
fire.
I would appreciate any help you can give. I have a deadline to meet
and I now cannot revert back to the previous version of IBO.
Regards
Bob