I have a grails application which parses a CSV file.I have it working with a form, and when people upload the form it can take 30 seconds plus to get the next page during which time only an astute or
I have a web service which queries the cloud for some data and then populates a ListView. I would like to display some sort of spinning indicator to the user letting them know that the cloud is being
In my program with a UI in WinForm. I set the cursor to a hourglass just before to launch a method in ThreadPool.
I am simply opening my FindDialog with: FindDialog.Execute; In my FindDialog.OnFind event, I want to change the cursor to an hourglass for searches through large files, which may take a few seconds
What\'s the best practice for indicating to the user that a Macro is running within Outlook ? The macro can take around 1-30 seconds to complete.
How can I programmatically displa开发者_Go百科y an hourglass in an Android application?You can use a ProgressDialog:
I use this jQuery code to set the mouse pointer to its busy state (hourglass) during an Ajax call... $(\'body\').css(\'cursor\', \'wait\');