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

SDL2 IMG_Load not working

I am trying to load 8 images. These images do not load and I don't know why. I use Xcode which placed the files to the directory. I think there might be something wrong with my code. Function: void loadImages() { for(int i = 0; i < 8; i++) pict[0]…
Sam
  • 1,130
  • 12
  • 36
1
vote
2 answers

Pentaho Reporting - Prompting API - How to remove loading

For every field (parameter) in my report, when using the PUC (Report Viewer), the PUC refresh the screen. It take quite a time and most of the reports i made have about 3-6 fields. Searching in Pentaho Docs, i found this link that tells something…
lucassig
  • 39
  • 8
1
vote
0 answers

Control meteor package loading

How can I control how/when meteor packages are loading? I'm hosting a game on my site using accounts-ui and accounts-facebook but the game isn't on the main site. However, the accounts-ui stuff are still clogging up my main page and making it take a…
1
vote
5 answers

Loading indicator for iOS7 while request is being made to server

I want to use a some form of loading display while a background thread is being executed. I had considered using an Activity Indicator view but I feel it is not enough by itself. I would like to be able to prevent user interaction while loading is…
DevC
  • 6,982
  • 9
  • 45
  • 80
1
vote
1 answer

Using jqgrid, Is there anyway to show a loading overlay while the dropdown are being loaded on the editPopup?

I have cases where it takes a few seconds for the dropdowns to be populated on the editPopup of jqGrid. What is the best way to showing some loading message (similar to the loading message that pops up when the regular form is being loaded) For an…
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
1 answer

Removing "Loading Message"

I face a problem when i try to use jqm in my website. A message of 'loading' appears on the bottom of my site. I figured out that it happens since I don't add jqm css. When I add the jqm css everything changes (color layout ect.). How is it…
Jose Ramon
  • 5,572
  • 25
  • 76
  • 152
1
vote
1 answer

Displaying % in a label

So on my project I have an timer with an label which makes it look like it is Loading so i was wondering how would i make it so there is an % in the middle which after 10 seconds goes to 100% so like 1 second is 10% 1.5seconds is 15% My Timer …
1
vote
1 answer

libgdx assetmanager texture loading

here is my code:- manager = new AssetManager(); fps =new FPSLogger(); Resolution[] resolutions = {new Resolution(320, 480, ".320480"), new Resolution(480, 800, ".480800"), new Resolution(480, 856, ".480854")}; ResolutionFileResolver…
abhimanyu
  • 25
  • 1
  • 5
1
vote
1 answer

Streaming resources (Slick2D)

I'm writing a game using the Slick2D library. I recently added a loading screen using deferred loading. I use the Music class to load OGG files to be used as music. These take an excessive amount of time to load. I looked on the wiki for more…
2mac
  • 1,609
  • 5
  • 20
  • 35
1
vote
3 answers

Loading CSS (& possibly JS) with PHP

If you have a lot of files, would there be any benefit to doing something like this in the header: