"Busy" indicator

13 views
Skip to first unread message

Tyler

unread,
Apr 19, 2011, 5:57:19 PM4/19/11
to Chromium-extensions
I wrote an extension that heavily modifies a local html file opened in
chrome when a user presses a button. It takes about 10 seconds to run.
Is there an easy way to indicate that my js (mostly jQuery calls) is
running and it's busy?

Regards,
Tyler

PhistucK

unread,
Apr 20, 2011, 5:01:39 AM4/20/11
to Tyler, Chromium-extensions
Maybe you can change the cursor with CSS before you begin your operations -
document.body.style.cursor = "wait";
And when done -
document.body.style.cursor = "";
Or
document.body.style.cursor = "default";
Or
document.body.style.cursor = "initial";
PhistucK




--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.


PhistucK

unread,
Apr 20, 2011, 12:23:28 PM4/20/11
to past...@gmail.com, Chromium-extensions
Mmm... no, you will have to do it yourself -
Try sending a blank e-mail to the chromium-extens...@chromium.org.
If that does not work and you are still getting e-mails -
1. Go to http://groups.google.com/a/chromium.org/group/chromium-extensions/subscribe?hl=en.
2. You might need to log in. If you do -
2a. Click on the  "Enter your email address to access the document" link, at the bottom of the "Sign in to your account at Chromium.org" box.
2b. Type your e-mail there and press Enter.
2c. Log in regularly, if it asks you to.
3. Click on "Unsubscribe".

PhistucK



On Wed, Apr 20, 2011 at 14:59, <past...@gmail.com> wrote:
Would take me of your mailing list Thank you!

Sent via BlackBerry by AT&T


From: PhistucK <phis...@gmail.com>
Date: Wed, 20 Apr 2011 12:01:39 +0300
Cc: Chromium-extensions<chromium-...@chromium.org>
Subject: Re: [crx] "Busy" indicator
Reply all
Reply to author
Forward
0 new messages