Top "Loading" questions

Loading refers to retrieving necessary information for display or functionality.

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 …

c# xamarin.forms loading center absolutelayout
Enable logging for JBOSS class loading

How do we enable logging to debug class loading issues in JBoss 5.x. If it is under JBOSS_HOME/server/…

class logging loading jboss5.x
How to display a "Loading..." text while retrieving items for a ListView

There are some others applications doing this, like Twitter, Facebook, or even native applications such as Android Market. When you …

android listview uiview loading
Show loading bar for every http request angular2

I am moving my app from angularjs to angular2. I was using Angular Loading Bar which is An automatic loading …

angular progress-bar loading angular-http-interceptors
Kendo Grid - its own Loading indicator

Kendo grid provides its own Loading indicator automatically when the grid is loaded, paging, sorting. It is working fine. But …

grid kendo-ui loading indicator
Loading high res background image

I have a colourful background image that is 2000px x 1500px and because of the details I am saving it …

css background loading high-resolution
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 …

javascript angularjs toggle loading routes
jQuery events not working within iframe?

I am having some issues with focus(function(){}) and blur(function(){}) within a script that is nested within a dynamically …

jquery events iframe loading
how to show a loading message in tkinter

I am new to tkinter. I made the required dialog box. One of my function takes some time to process. …

python tkinter loading feedback
Stop the browser "throbber of doom" while loading comet/server push iframe

When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting …

ajax comet loading progress throbber