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
2 answers

Displaying Lots of Bitmap on ImageView in few seconds

I want to display around 150 frames in 5 sec ( 30fps) on Android imageview .All frames are stored in SdCard from there i loaded into Bitmap Arraylist . For ex iToD Arraylist of Bitmap mBitmap (Bitmap Object) for (int i=0;i<100;i++){ mBitmap =…
Abhishek
  • 181
  • 2
  • 12
1
vote
1 answer

How come my AngularJS website loads 5 seconds in FF and under 1 second in Chrome?

I'm in the middle of optimizing my website, but I can't find solutions on how to make the site load faster in Firefox. It loads fine in IE and Chrome, have a look for yourself: http://vivule.ee/0
yodalr
  • 9,778
  • 10
  • 32
  • 47
1
vote
2 answers

laravel 4 - route makes javascript impossible to load from view

my localhost uses a laravel route to open my view, which works: http://localhost/view/stock/equipment Laravel 4 route which returns my view: Route::get('view/stock/equipment',…
Chris
  • 175
  • 1
  • 1
  • 12
1
vote
1 answer

Slow loading of treeview

I am currently having hard time with Treeview loading. My application has a central panel where multiple user controls are loaded. Each one got a treeview of 5 parent nodes (Groups) owning tens of children nodes (Persons) with a total of 50…
You
  • 97
  • 9
1
vote
1 answer

Setting input type text values for ngdialog

I am trying to set values for input type="text" in ngDialog from server, but I find that populating even with dummy values does not make the values show up "in the dialog" - as in if I were to set values in form using javascript I get to see them on…
user4002112
  • 141
  • 1
  • 2
  • 18
1
vote
1 answer

How to code a loading screen that disappears after specific images are loaded?

I have a parallax one page scroll, responsive portfolio with many different projects. Every project fires a modal with up to 15 images if the visitor clicks on the project. I have a loading opening animation with a GIF using JavaScript at the…
1
vote
0 answers

WebSite Loading Issue In Chrome

i have created a website. its admin panel is same like Admin Panel Link The problem is when i click on each link in Firefox : it loads all contents smoothly.but in Chrome : Some camera flash type effect occur on click of Link So, whats solution of…
Sona
  • 490
  • 2
  • 5
  • 19
1
vote
1 answer

Datetimepicker saving to my.settings and loading from it

Don't forget the only thing i need is time NOT date just time I save the value from datetimepicker ("hh:mm") to my.settings like this . Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles…
1
vote
1 answer

When do browsers show loading indicator?

There is some algorithm of showing "loading" indicator in browsers. There are even some techniques to trigger this indicator, such as: Display *browser* loading indicator (like when a postback occurs) on ajax calls Is there any documentation of it…
Mike
  • 314
  • 1
  • 9
1
vote
1 answer

How many time Jquery is Loaded

Suppose we load jquery.min.js in header of a page and if my page contains a div whose contents are loaded from another page which also contains jquery.min.js so exactly how many times jquery is loaded in browser one time or two times?
Harsh Sarohi
  • 807
  • 1
  • 9
  • 18
1
vote
2 answers

IIS7 Handler Mappings

I have an ASP.NET web site that performs flawlessly on my home PC. But not so well when I run it from my host provider. I need to call a COM DLL in my code behind. The local IIS7 always finds the DLL, specified as "C:\MyDLL.dll" in my DLL Import…
Roger Breton
  • 81
  • 1
  • 9
1
vote
0 answers

Increasing speed of CakeEmail?

I am wondering how to increase the speed of my contact form. CakeEmail is sending two emails when you submit your adress and is then redirecting to the next view. Any suggestions how to improve this, so the user is directly redirected and the emails…
Flojkee
  • 11
  • 1
1
vote
1 answer

use evalq to source files in R

I am trying to load some sources to be available in cluster nodes (I'm trying out to do something with ClusterEvalQ from the "parallel" package). The problem I have is that for some reason some of the functions that are normally loaded when I simply…
user1941126
  • 329
  • 1
  • 8
1
vote
1 answer

Reading specific bytes of data from a large text file... quickly

For argument's sake, let's say you have a single, enormous file to hold your map save data. The game that comes to mind as a great example is Terraria. They save all MapWidth*MapHeight tile data within a single map file (Horrible idea, really) but…
Khaibit
  • 11
  • 3
1
vote
0 answers

Get absolute URL of jfx path

This line URL contexturl = Thread.currentThread().getContextClassLoader().getResource("ClassLoader/Test/someFile.xml"); gives me the following contexturl.toString() string for the resource file…
Juergen
  • 3,489
  • 6
  • 35
  • 59