Subject Re: [IBO] TIB_Grid problem with D2009
Author cicerotw
> Try to manually patch the source. Put a DoubleBuffered := False; in
> TIB_Grid's constructor and see what happens. But because you say that
> this happens at the end, perhaps you can put it in the destructor in
> order to have the advantages of Double buffering. If doesn't work, just
> have it in the constructor.
>
> HTH,
>
> m. th.
>
>
> [Non-text portions of this message have been removed]
>

Thank you very much for that tip. I have tried it in both the constructor and destructor and it still produces the same error, so the problem might be somewhere else - or with me.

If anyone has experienced the same problem and managed to find a solution I would be very happy to hear from them!

Chris