Subject RE: [IBO] Re: Query Mouse Cursor change
Author Jason Wharton
There is also the BeginBusy/EndBusy calls that will avoid the flickering
down inside a loop of stuff, but not sure how that applies to the situation
without knowing more about it.

Jason

> -----Original Message-----
> From: Svein Erling Tysvær
> [mailto:svein.erling.tysvaer@...]
> Sent: Thursday, March 03, 2005 12:52 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Re: Query Mouse Cursor change
>
>
>
>
> --- In IBObjects@yahoogroups.com, "Don Schoeman" <don@d...> wrote:
> > My application is a data capturing tool, so it captures and stores
> > the data in a background thread. This happens about twice a second.
> > I would like to somehow stop the mouse cursor from changing every
> > time the insert query is executed. Is there an easy way to do this?
>
> Do the DisableControls/EnableControls methods do what you want (or
> does it have side effects that are not acceptable)?
>
> Set