busy-cursor Questions
14
Solved
I use this jQuery code to set the mouse pointer to its busy state (hourglass) during an Ajax call...
$('body').css('cursor', 'wait');
and this corresponding code to set it back to normal...
$('...
Clifton asked 11/11, 2009 at 22:10
4
Solved
I have an application that takes a couple of seconds to run.
Is it possible to make the mouse with the busy icon while the app is processing?
Cleres asked 25/3, 2010 at 15:15
4
Solved
I am having issues displaying a wait cursor in my application. Whenever the mouse is above a panel that defines its own cursor, the wait cursor does not appear. If a panel does not change the curso...
Westberg asked 18/5, 2011 at 22:24
2
Solved
Doesn't seem to be covered in the books Ive looked at.
Pope asked 24/2, 2010 at 8:22
3
Solved
When does OS X decide to give your app a spinning beach ball? What can you do when programming an application to avoid this?
Designedly asked 18/1, 2009 at 5:31
12
Solved
Can anyone give me a scenario where they think busy cursors are justified? I feel like they're always a bad idea from a user's perspective. Clarification: by busy cursors, I mean when the user can ...
Sinless asked 3/1, 2009 at 7:21
1
© 2022 - 2024 — McMap. All rights reserved.