Avoid hourglass mouse cursor when calling a web-service?
Posted
by BigMoose
on Stack Overflow
See other posts from Stack Overflow
or by BigMoose
Published on 2010-06-09T11:29:38Z
Indexed on
2010/06/09
11:32 UTC
Read the original article
Hit count: 276
I don't know if this is a general web-services issue or just my specific scenario, which is a WPF application with a DispatcherTimer calling a web-service method. Whenever the timer is called, the mouse cursor automatically changes to an hourglass cursor.
The processing of the call is very short and happens every 3 seconds, so the user experience is that every 3 seconds the mouse filckers as an hourglass for a split-second and then goes back to the normal cursor representation.
How can I avoid this inconvenience?
Thanks.
© Stack Overflow or respective owner