How can I make mousepointer turn into an hourglass and backwards, driven by relevant events in my application?
For example, I want an hourglass to appear when a new window is opened by the application and to disappear when the page in that window is loaded. So far, I have a funny solution with a div tag and an image on it chasing the mousepointer, but it turned out to be ugly and too complicated to maintain.