Questions tagged [loading-image]

39 questions
0
votes
1 answer

heap size increase upto 35mb when application started

My application contains so many activities up to 40 with 5tabs. and each activity has one background image. when i entered into one activity, background image for that activity has been loaded and displayed.when i away from that activity i am…
0
votes
2 answers

Is there any way to show a loading image (like ajax loading gif) when I load big content with a normal request?

Is there any way to show a loading image (like ajax loading gif) when I load big content with a normal request? I have no ajax request, but a simple asp.net postback. And I have a large site with hundreds or thousands of elements. Because of that…
Keith L.
  • 2,084
  • 11
  • 41
  • 64
0
votes
1 answer

Asynchronous loading image inside uitableviewcell

Hello I am trying to use EGOImageView inside a CustomTableViewCell who i made to customize the cell. This is the code where I used the EGOImageView. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
1 answer

Action Script 3 loading images from remote domain

I have an application that is running on portal VK com. I need to load images (.png) from their domain (which are players avatars basicly). What I get is SecurityError: Error #2123. It looks like in crossdomain.xml file on their domain there is no…
0
votes
1 answer

how to get if images uploaded on server are in landscape or portrait mode iphone

I am new in objective c. I have two probelms. What I wanted to do is to display the images like iphone galary. I am using the scroll video for the same. I tried using fgalary and other mention galary in many posts but they are not as per my…
0
votes
1 answer

Jquery Ajax post animation during ajax process?

I do ajax post on my mvc app when dropdown change. $(function () { $('#meters').change(function () { var analizor_id = $(this).val(); if (analizor_id && analizor_id != '') { $.ajax({ url:…
AliRıza Adıyahşi
  • 15,658
  • 24
  • 115
  • 197
0
votes
1 answer

Disable button and show loading image while processing JSF

I have this module in my webapp where i need to update come catalogs. The idea is to disable the h:commandButton and show a h:graphicImage, both actions are supposed to happen right after the button was clicked. Finally, when the update process has…
BRabbit27
  • 6,333
  • 17
  • 90
  • 161
-1
votes
1 answer

Have an image disappear after a table is loaded through jquery

My main goal is to have a loading gif appear when a button is clicked and then disappear when the div is loaded with the information from a jquery function. The page doesn't load so I can't use the .load option and I can't figure out another way…
Tori
  • 29
  • 5
-1
votes
1 answer

Loading images from adapter and displaying it in a list view with text

I have no idea about how to load images from adapter class also posted previously but i didn't get any help with the code solving the issue please help me with the code through async please someone if knows the solution. Its been two days am…
ayansinha
  • 85
  • 1
  • 12
1 2
3