Questions tagged [loading]

Loading refers to retrieving necessary information for display or functionality.

Loading refers to retrieving necessary information for display or functionality. It often occurs between a client and a server computer, and can be indicated with different animations. Use this tag when asking questions about how to load information and errors concerning loading.

3827 questions
21
votes
2 answers

Angular js - show/hide loading gif every new route

I'm trying to toggle (hide/show) a loading gif on every new route, so my logic would be: routeChangeStart = show loading gif routeChangeSuccess = hide loading gif This is my code: //ANGULAR app.run(function($rootScope) { $rootScope.layout…
itsme
  • 48,972
  • 96
  • 224
  • 345
21
votes
2 answers

Are Modern browsers loading scripts parallel or sequentially?

I'm evaluating existing resources for script loading optimization, but I readed in some articles like this, refers to the older browsers block other downloads until this sequential script loading phase is completed. I check Modernizr(yepnope.js),…
smoreno
  • 3,129
  • 3
  • 32
  • 49
20
votes
2 answers

How can I display a loading control while a process is waiting for be finished?

I decided to use this third-party component to make a simple loading control in my windows form. http://www.codeproject.com/Articles/14841/How-to-write-a-loading-circle-animation-in-NET This works fine when turns on and off changing the property…
Edgar Alfonso
  • 675
  • 2
  • 6
  • 20
19
votes
7 answers

Django - show loading message during long processing

How can I show a please wait loading message from a django view? I have a Django view that takes significant time to perform calculations on a large dataset. While the process loads, I would like to present the user with a feedback message e.g.:…
Evan Davey
  • 430
  • 1
  • 3
  • 12
19
votes
9 answers

How to manage the Blank White Loading screen of an Android Webview?

This is more of a visual thing than a direct issue, but when a WebView loads in my application, the screen is blank white for between 2-4 seconds until the content is fully loaded. The time is dependent on the size of content that is loading. Is…
Robbe
  • 338
  • 2
  • 3
  • 8
19
votes
4 answers

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 content, but I cannot find any example.
anvd
  • 3,997
  • 19
  • 65
  • 126
18
votes
6 answers

jQuery, JavaScript, HTML: how to load images after everything else is loaded?

I have a very complex page with a lot of scripts and a rather long loading time. On top of that page I want to implement the jquery Nivo Slider (http://nivo.dev7studios.com/). In the documentation it says I have to list all images for the slider…
matt
  • 42,713
  • 103
  • 264
  • 397
18
votes
3 answers

MathJax: Hiding Mathjax loading process

I have Mathjax in my code that I show in UIWebView. while Mathjax is loading it shows the loading process n the left down corner of my UIWebView same as below pics, that i want to hide them. I do not want my user see them. note: dummy solution is…
nfarshchi
  • 990
  • 1
  • 8
  • 25
17
votes
3 answers

Creating a nice "LOADING..." animation

Possible Duplicate: Pretty alternative to JProgressBar? I have a process which takes several seconds to load, and I want to create an animation in Java Swing until it finishes loading. I'd like to avoid using a typical ProgressBar and use a nice…
Roman Rdgz
  • 12,836
  • 41
  • 131
  • 207
17
votes
2 answers

Xamarin.Forms - how to absolutely center an element on the page?

I have a login page using a StackLayout for the content (username, password, login button). After the user clicks the login button, I want a "loading" block set in the absolute center of the page, on top of the existing StackLayout content. For some…
jbyrd
  • 5,287
  • 7
  • 52
  • 86
17
votes
7 answers

C/C++ Image Loading

I'm working on a game engine and I'm too much of a wuss to write image loaders for multiple formats, so my question is this: Is there an abstracted image loading library to load image files? I just need to load files then splat them on to the screen…
Jookia
  • 6,544
  • 13
  • 50
  • 60
16
votes
1 answer

How and when should I load the model from database for JSF dataTable

I've a data table as below: I'd like to populate it with a collection from the database obtained from a service method so that it is immediately presented when the page is opened during an initial…
Evgeni Dimitrov
  • 21,976
  • 33
  • 120
  • 145
16
votes
7 answers

Images so slow they do not appear on page when document finishes loading

GOAL: All images appear on first load. CURRENT: If lucky, two or three images appear on first load; requires page referesh to see all images. This is my first site, written by hand. The client is a designer so quality images are important.…
Naltroc
  • 989
  • 1
  • 14
  • 34
16
votes
3 answers

Why adding a