desktop application. There are blocking events.
On Nov 18, 12:12 am, Peter De Berdt <
peter.de.be...@pandora.be> wrote:
> On 18 Nov 2009, at 01:30, JoJo wrote:
>
> > When the user clicks a button, I want to show an hourglass cursor
> > while its onclick handler is being run. I tried this:
>
> > $$('body').first().setStyle({cursor: 'progress'});
>
> > The hourglass only appears when I hover over the body background. When
> > hovering over the button itself (which is an <a>), the cursor does not
> > show the hourglass. How do I get the hourglass to appear regardless
> > of where I'm pointing?
>
> Well, this topic has come up before (I even replied to the thread back