.Net Compact Framework
Scenario: User is on a screen. Device can’t finds a printer and asks the user if they want to try again. If they click ‘No’, the current screen is closed and they are returned to the parent menu screen. If they click the ‘No’ button multiple times, the first click will be used by the No button and the next click will take effect once the screen has completed redrawing. (In effect clicking a menu item which then takes the user to another screen.)
I don’t see a good place to put a wait cursor…there isn’t much happening when the user clicks ‘No’ except a form closing. But the CF framework is slow to redraw the screen.
Any ideas?
Random thoughts: