Subject Re: [IBO] Getting rid of flickering cursor
Author sboydlns
Installing the latest build of 4.9.14 seems to have fixed the problem.

Thank You

--- In IBObjects@yahoogroups.com, "Carlos H. Cantu" <listas@...> wrote:
>
> Newest IBO versions should not have this flickering problem. Make sure
> you are using the newest build.
>
> []s
> Carlos H. Cantu
> www.FireBase.com.br - www.firebirdnews.org
> www.warmboot.com.br - blog.firebase.com.br
>
> s> I am using IBO version 4.9.14 with Delphi XE2. I am trying to get
> s> rid of the annoying cursor flicker that occurs when fetching records from a TIBOQuery.
>
> s> I called BeginBusy(True) (also tried BeginBusy(False)) but the
> s> cursor still flickers. How do I get rid of the flicker. It slows
> s> down the application horribly when running it under Terminal Services.
>
> s> Here is how I am issuing the BeginBusy call:
>
> s> qry.IB_Transaction.StartTransaction;
> s> qry.IB_Transaction.BeginBusy(True);
> s> try
> s> ...
> s> finally
> s> qry.IB_Transaction.EndBusy;
> s> qry.IB_Transaction.Commit;
>
>
>
> s> ------------------------------------
>
> s> ___________________________________________________________________________
> s> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> s> without the need for BDE, ODBC or any other layer.
> s> ___________________________________________________________________________
> s> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> s> keyword-searchable FAQ, community code contributions and more ! Yahoo! Groups Links
>