Subject | Re: [IBO] IB_Grid: Reduce flickering |
---|---|
Author | Daniel Albuschat |
Post date | 2006-06-22T08:06:08Z |
2006/6/21, Woody <woody-tmw@...>:
Thank you very much!
cu,
Daniel
--
eat(this); // delicious suicide
> From: "Daniel Albuschat" <d.albuschat@...>Cool, with this solution, it finally looks good.
> >
> > 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;
Thank you very much!
cu,
Daniel
--
eat(this); // delicious suicide