Tagged Questions
0
votes
0answers
58 views
How can I show spinners during different Ajax requests?
I want to show spinners when making differebt Ajax calls.Now, I can show a spinner under a combobox, but I want also to show one more spinner(it can have the same properties with the other spinner) in ...
0
votes
0answers
155 views
How to animate round stat bar with jQuery?
I'm trying to find a way to fill in a circular red statistic bar with jQuery when the page loads. It would start black and fill in red in a circular motion. It doesn't have to have anything to do with ...
0
votes
0answers
107 views
Silverlight loading screen goes direct from 0% to 100%
I have a silverlight app that uses the default startup loading progress bar. It used to start from 0% and gradually move to 100%. Some days ago, I did a minor update to the xap file and since then, it ...
0
votes
2answers
459 views
Display loading dialog while running method in Android?
I have a method setup that takes about 3-5 seconds to run (because it does something online) and I would like to show a loading dialog, but I cant figure out how to do it, I tried starting the loading ...
0
votes
2answers
103 views
Where can I get images for a 'loading' progress bar?
I am building a site with jquery. This site is all about numbers, statistics and progress so I created it mostly with progress bar to indicate the totals. At the moment I changed the progress bar ...
0
votes
1answer
247 views
Simple load, count and process form
I need some help with a script I am developing. I have some advertisements.
When a user clicks on the advertisement, a new page will open up.
On that new page, there will be an div for status ...
9
votes
1answer
9k views
Android: Show spinning wheel dialog while loading data
I want to show a spinning wheel dialog while my app loads some data... the spinning wheel dialog should show onClick of a button, I'm using the code below but it does now show the spinning wheel. what ...
3
votes
1answer
2k views
Displaying loading progress for Image control in WP7
How do I get loading progress with the percent loaded info when an image is loading?
I have this:
Image image = new Image();
image.Source = new BitmapImage(new ...
3
votes
3answers
698 views
Poll applet download progress in jnlp with applet descriptor and in javascript
I have a WebStart applet that I deploy using the deployJava script. The jnlp file looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="" href="launch.jnlp" ...
2
votes
3answers
785 views
Sending progress value to progress bar in python
In my game I have two modules, island.py which loads the islands into my game and the second module is gui.py which handles the gui widgets before game starting. My problem is how to send the progress ...
7
votes
4answers
14k views
preload with percentage - javascript/jquery
I did a Google search and I cannot find a way to do a loading with percentage. Anyone know how I can find an example of that?
I need a preload for a website from 0-100 without bar, before show the ...
0
votes
1answer
142 views
how to check which resouces are loading while application is loading?
i want to show the user what resources are loading while my application is loading.
example: loading modules....
(As i was not allowed to post image i have posted link to an example image. notice ...
2
votes
3answers
9k views
Blackberry - Application loading screen
My application contains lots of images. so it takes some time to load the application. I want to show a loading screen whhile the application is being loaded. How is it possible ?
22
votes
4answers
6k views
Stop the browser “throbber of doom” while loading comet/server push iframe
When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting for the long connection to close, the browser is spinning its throbber (the ...
