Hi,
I have a javascript function that performs some fairly heavty DOM manipulations, and while that is happening if the cursor is over the editor window where the text is it flickers between an hour glass and a vertical line. I'd like to force it to an hour glass till the DOM manipulations are complete. How do I do that?
Thanks.