Subject Re: [IBO] IB_Grid: Reduce flickering
Author Daniel Albuschat
2006/6/21, Woody <woody-tmw@...>:
> From: "Daniel Albuschat" <d.albuschat@...>
> >
> > I'll have to bear with the flickering for now, I guess...
>
> If using Dephi, you can try using the LockWindowUpdate function using the
> form handle. Something like:
>
> LockWindowUpdate(self.Handle);
> try
> ... code to close/open query ...
>
> finally
> LockWindowUpdate(0);
> end;

Cool, with this solution, it finally looks good.
Thank you very much!

cu,
Daniel
--
eat(this); // delicious suicide