Subject Re: [IBO] Problem with IB_Grid
Author Bob Zirbel
Jason

The IB_Grid double-click problem is in the IndicateRow property.
The OnDblClick event doesn't fire if IndicateRow is false.

Unfortunately, because I am drawing all of the data, I can't have
IndicateRow set to true.

I would appreciate it if you could get a fix to me as soon as
possible.

Thanks for your help.

Regards

Bob

--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> Thanks for letting me know, I'll take a look into this and see
what I can
> figure out. There were some impacts on the grid click handling
that could
> be affecting things here. What was happening is clicks from other
forms
> were leaking into the grid so something might be suppressing a
click when it
> shouldn't be.
>
> If you get this isolated, please send me the bug case right away.
>
> Jason Wharton
>
>
> > -----Original Message-----
> > From: Bob Zirbel [mailto:bobz22001@y...]
> > Sent: Thursday, January 13, 2005 7:51 PM
> > To: IBObjects@yahoogroups.com
> > Subject: [IBO] Problem with IB_Grid
> >
> >
> >
> >
> > Hi all.
> >
> > I have just upgraded to IBV4.5Ai.
> > I now find that double-click no longer works on the first line of
> > one of the IB_Grids I have in a D7 application. Double-click
works
> > fine on all other lines (and other grids).
> > I completely removed the offending grid and reinstalled it but
the
> > problem remains.
> > This grid is different from the other grids in that I draw the
data
> > fields myself using OnDrawCell. However, if I disable OnDrawGrid
> > (and all other events), the problem still persists.
> > I'll keep trying to isolate the problem but I thought I would
check
> > if anyone else has encountered it.
> >
> > Any help would be appreciated.
> >
> > Regards
> >
> > Bob
> >