Questions tagged [loading-image]

39 questions
1
vote
1 answer

Replace button with a loading gif

Im trying to replace the submit button with a loading.gif but I cannot in anyway put it in the same place. It looks like that the button is hidden but the space is still reserved. My html is
Marcelo Srougi
  • 71
  • 1
  • 4
  • 15
0
votes
1 answer

Images Don't Display After Making Layered Webpage

I am using python, html, jinja, java script ect. to build a webapp on a raspberry pi powered device. So far when I put images on my webpages everything works fine. However when I create a "layered" webpage that is using a variable to differentiate…
0
votes
1 answer

Loading Temp Image on Image load in ASP.NET C#

I am loading some images on my page (from File Path) and they can be heavy, so I created .min versions and try to load miniature first and then load original image when it is ready. However I cannot seem to be able to render the original file. Here…
0
votes
2 answers

How to display loading screen while routing using navigation in Angular2?

I've tried this solution but could'nt get it working. I'm completely new to Angular2 (with no knowledge of AngularJS). Well the loading screen does'nt show up, I guess I need to add some time out so that it gets some time to be displayed but where…
Diksha
  • 406
  • 5
  • 20
0
votes
2 answers

How display a loading image correctly on Android phone

I have been trying to use a .gif file from my resources, but I get no movement when it loads. I am using it as a loading image while I am doing an asynchronous task. I was previously using a progress dialog but now I would like to display the…
ninjasense
  • 13,756
  • 19
  • 75
  • 92
0
votes
1 answer

display loading image before query execute

If I have code below which takes some time to execute (about 4-5 seconds). How do I display a loading image before the query execute something like if query hasn't run display loading graphic else display query…
sabahan
  • 41
  • 1
  • 8
0
votes
1 answer

Jquery Animate overlapping on Loading Image

I am working on a project in which the navigation does not really changes pages but gets data using services based on which navigation link I click and update data using jquery .html() method, I want to use a loader that shows up on clicking any…
UmeRonaldo
  • 619
  • 2
  • 7
  • 19
0
votes
1 answer

image on table after download

I have tableview and image on cell. I have problem when try to return heightForRowAtIndexPath (image not the same height) this's my class, it's will be crash when i'm try to scroll down. "2016-07-07 21:44:16.990 xem.vn[1725:25586] * Terminating…
0
votes
1 answer

ASP.NET Display the progress bar/loading for radiobuttonlist & dropdownlist

I am creating an ASP.NET/C# application. I want a progress bar/loading appear when selecting a RadioButtonList & DropDownList. The RadioButtonList & DropDownList is AutoPostBack. I need to display a progress bar/loading for RadioButtonList &…
soniee
  • 11
  • 1
  • 7
0
votes
0 answers

Loading image without interrupting user

How to add loading "tag" on particular tab. ? There is a main screen, where you see many tabs and you can make some "moves" in a main panel. On a left side of main screen, there is several tabs, one of the tabs is Messages which has and is…
DevyDev
  • 846
  • 3
  • 14
  • 37
0
votes
3 answers

jQuery Loading Status for $.ajax

I am using the following code to get data from the database( from cs page itself i am creating the html code) and binding the html code to the div. Problem: If the database size is higher it takes some time to show the result. thet time i want to…
Geeth
  • 5,282
  • 21
  • 82
  • 133
0
votes
2 answers

how to make a php/ajax script to show text depending on function of php script

So I have a script I'm working on, within the script is a ajax call to another php file that pulls data from an api. There is three different functions to the api script. So when my ajax is called I have it showing a loading image but I also want…
0
votes
1 answer

How to bind list of images using knockout in page with loading spinner

I have been searching Google to get some ideas and I found some code but it's incomplete and hard to understand. I want to use knockout to bind a list of images. What's the best way to set up a spinner background while the images are loading. I…
Thomas
  • 33,544
  • 126
  • 357
  • 626
0
votes
0 answers

Display 'Loading' image while the gridview is getting populated

I have few text fields in my c# page.When the user fills those fields and clicks on submit button, a Gridview is displayed as the result. The problem here is that, the gridview will take long time to get fully populated since the query that runs…
Ankita
  • 83
  • 2
  • 15
0
votes
2 answers

Loading image sometimes doesn't appear

In my system I have a php file that process transaction and then submit a form via post. And some times it takes about 10 seconds. So I put a loading gif (less than 100k size) on that, to be showed while user waits for it to complete. The problem is…
Marcelo Srougi
  • 71
  • 1
  • 4
  • 15