Subject RE: [IBO] Repost: TIB_CursorGrid problem
Author Jason Wharton
I have not seen this. The CursorGrid is a pretty thin wrapper on top of the
TStringGrid it descends from. I suspect it wouldn't be hard to root out the
problem if it were isolated.

I'll log this as a bug, but with my current difficulties getting to
releases, etc. I wouldn't count on a fix in the immediate future. I kind of
doubt many people use this control. It was one of the very, very first
things I did when I barely had the API stuff working. It's really not very
ideal to dump a cursor into a string grid. The buffered dataset is way, way
more efficient.

Regards,
Jason Wharton

-----Original Message-----
From: sdbeames [mailto:s.beames@...]
Sent: Monday, August 02, 2004 5:15 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Repost: TIB_CursorGrid problem


--- In IBObjects@yahoogroups.com, "sdbeames" <s.beames@g...> wrote:
> Hi,
>
> I built a very simple app with a TIB_Cursor, TIB_DataSource &
> TIB_CursorGrid on it that reads & displays its data OK.
>
> However, whenever the TIB_CursorGrid loses focus, the last selected
> cell turns invisible (white). Is there anyway to prevent this?
>
> Thanks,
> Steve
> IBO V4.3Ab_Test / BCB5 / XP Pro

I meant, of course, that the cell text turns white (on a white
background).
Has anyone else seen this?

Cheers,
Steve