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
1
vote
1 answer

Data is not loading when the device is locked

I am using a webservice to fetch data from the server. It is working fine when the device is unlocked. But while loading data, if I lock the iPhone, and unlock it, I receive empty data. Someone provide me a solution to avoid this problem?
Cherry
  • 699
  • 1
  • 7
  • 20
1
vote
2 answers

How to know if a webpage is fully loaded or not in java

I am working with java to get some information from a web page. The problem is the information I need is generated by a JavaScript function. How can get this information because the code below brings only page information before full loaded (which…
Juneyoung Oh
  • 7,318
  • 16
  • 73
  • 121
1
vote
1 answer

show image for a time, before displaying the real webpage

I have a webpage, made with AngularJS. I want to display a image (fullscreen) for 5 seconds, before the user sees the real page. Like a kind of loading screen According to this: window.onload does not work in AngularJS its not possible to use…
Egghead
  • 6,837
  • 5
  • 20
  • 38
1
vote
0 answers

How to use in Richfaces to show animate gif during page loading?

The question is in the title :) I know how to do it with an ajax call using something like that but i'm getting lost when it comes with the client loading. with Ajax call, it's ok for me :
ZheFrench
  • 1,164
  • 3
  • 22
  • 46
1
vote
1 answer

jQuery loading div on specific functions or only on form submit

I want to instantiate a loading image after submitting a form with jQuery. I found how to do this and its working fine, but it is always for ALL jQuery requests done on the page. Here is an example: How can I create a "Please Wait, Loading..."…
Bolli
  • 4,974
  • 6
  • 31
  • 47
1
vote
2 answers

prevent loading blank page when launching android app in the first time

is there any way to prevent the empty view which appear when I load the app in the first time or to change it by any custom view
begiPass
  • 2,124
  • 6
  • 36
  • 57
1
vote
1 answer

Lazy loading flexslider

My Javascript skills are beginner at best but I've tried to implement the lazy loading flexslider solution from here. The slider and loading work well, however when the slider has cycled once I'm getting console errors: "Uncaught TypeError: Cannot…
1
vote
6 answers

Show a div on load using Jquery

I have these 2 div's !
and
"The wrapper div is not inside the loader div for any clarification" My script $(window).bind("load",function() { $('#loader').css('display',none); …
Magesh Kumaar
  • 1,485
  • 2
  • 10
  • 29
1
vote
1 answer

monetdb - error loading tbl

Loading the .tbl file I've got this error: [nicola@localhost ~]$ mclient -d dbmonet -s "COPY INTO monet.SUPPLIER FROM STDIN USING DELIMITERS ',','\\n','\"'" - <…
Mark
  • 141
  • 1
  • 3
  • 15
1
vote
3 answers

What is the reasoning for and the basic concepts behind an interstitial loading page?

I'm interested in finding out why this is used on some Web sites for processing user-initiated search submissions, how it affects the request and response flow, and programmatically why it would be necessary (or beneficial). In an MVC framework it…
user4903
1
vote
1 answer

Scroll Top and Add Effect While Loading

I have posts like that :
....All Posts here...
When I press next posts button, i will get new posts. Now, I want add effect while loading and after loading like: When next-button is clicked, page will scroll…
Hai Tien
  • 2,929
  • 7
  • 36
  • 55
1
vote
1 answer

Closure - library not loading properly

I've got a Closure environment running fine in my development environment. In a new folder & file, however, it is not working. For example, take this test…
Nick
  • 5,995
  • 12
  • 54
  • 78
1
vote
3 answers

When loading a page containing flash or javascript, I get a security error message

"To help protect your security, Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer" Whenever I add Flash movies or javascript code this message will show. It also shows for…
Prashanth
1
vote
1 answer

How to find a view loaded completely in Angular Js

I am wondering if there is a way for Angular JS to identify the view has loaded completely. I need to call a function on route change . I tried it with $routeChangeSuccess. But the function is called before the view loaded completely. Is there any…
Sajith
  • 2,842
  • 9
  • 37
  • 49
1
vote
2 answers

Rails 4 assets not loading in heroku after 'rake assets:precompile'

This is driving me insane! My app works properly on the local server, but when I uploaded to heroku, the css and js files didn't update. I read to precompile using rake assets:precompile to fix the issue, but then I uploaded to heroku again and now…
user2968401
  • 925
  • 3
  • 14
  • 27
1 2 3
99
100