Subject Re: [IBO] Still problems with IB_ctrlGrid
Author Jason Wharton
I'd like to revisit this control but I'm not going to hold up my new release
for it. Please be brave and go in and see the code on this and tinker. I
have a hunch it can be resolved and more eyes than mine on the sources could
only help.

Also, a demonstration application we could both look at would be good. There
are times when you confront video driver inconsistencies and the only way
you can blame this is when all other factors of comparison are the same.

The mousewheel code should be easy to find in IB_Grid.pas. Just patern the
same in the ctrlgrid. I'll look at this when I look for this bug if you
haven't figured it out by then.

Regards,
Jason Wharton

----- Original Message -----
From: "Bob Zirbel" <bobz22001@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, November 04, 2003 10:47 PM
Subject: [IBO] Still problems with IB_ctrlGrid


> Hi all
>
> Sorry to keep repeating myself but no one seems to be able to help
> with my IB_ctrlGrid problems.
>
> Problem 1:
>
> I am trying to display data in a manner similar to the right-hand
> panel in Windows Explorer, with an icon but with multiple lines of
> description (4 or 5 max). It is a D7/IBO4/FB1.5 app.
>
> I used a IB_ctrlGrid and it works perfectly until I try to display an
> icon via a IB_Image. The app crashes with a 'Bitmap not valid' error.
> If I cut and paste the IB_Image component outside the ctrlGrid it
> works correctly so the problem seems to be in the IB_ctrlGrid itself.
>
> Problem 2:
> Can anyone tell me how to implement the wheel mouse scroll code in
> IB_Grid in a IB_ctrlGrid?
>
> Any help would be appreciated.
>
> Thanks and regards
>
> Bob