Subject Re: [IBO] Hourglass
Author Jason Wharton
IBO has an hourglass and it is on by default.
Check for an IB_Session component and see it's UseCursor property. Set it to
true.
In IBX they did away with the hourglass but not in IBO.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Joe Martinez" <joe@...>
To: "IB Objects" <IBObjects@yahoogroups.com>
Sent: Monday, July 01, 2002 10:32 PM
Subject: [IBO] Hourglass


> Since converting my app from BDE to IBO, there's something that I've
> just realized has been missing. It's the "SQL" hourglass. Whenever the
> BDE was working on something (executing a query, refreshing, etc.), it
> would change the cursor to an SQL hourglass. This was nice because it
> let the user know that it was working on something. That appears to be
> gone in IBO.
>
> My users have started complaining that my application "freezes" at
> times. It isn't really frozen. It's just that they don't realize that
> it's working on something.
>
> Is there a way to turn the automatic hourglass on in IBO, or does it
> simply not do this?
>
> Thanks,
> Joe