Subject Re: [IBO] TIB_Grid problem with D2009
Author m. Th.
cicerotw wrote:
> Hi Andreas,
>
> Thanks for that. I suppose there is no solution until Jason has removed the double buffering from TIB_Grid? I am updating a rather large project and am just beginning to realise how many TIB_Grids I used!
>
> Chris

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]