Confusion regarding making mouse pointer to hourglass

A

archana

Hi all,

I am having one confusion regarding changing cursor to wait cursor

I am providing auto refreshing facility for listview using timer.

So what i am doing is when auto refreshing is in progress i am changing
cursor to hour glass to indicate user that application is busy in
background processing.

My question is when i change cursor to wait cursor and during that time
user click on some where else will that events get handled immediately
or it will gets handle only after my previous processing i.e auto
refreshing gets completed.

Or can some one tell me how to prevent user from clicking on some other
when timer event is in execution.


Any help will be truely appreciated.

thanks in advance.
 
M

Mattias Sjögren

My question is when i change cursor to wait cursor and during that time
user click on some where else will that events get handled immediately
or it will gets handle only after my previous processing i.e auto
refreshing gets completed.

The mouse cursor doesn't affect when events are handled.

Or can some one tell me how to prevent user from clicking on some other
when timer event is in execution.

Disable the controls.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top