5
votes
3answers
135 views

How should I alter my programs progress bar?

An application I have just been asked 'to take care of' has some interesting code features. One is that when it is loading up the login screen, it displays a 'splash' with a progress bar. This splash ...
6
votes
3answers
155 views

How to handle long processing task in UI?

We have a Desktop based WinForms application. Application performs some very complex logic in database and is bound to take long time. By long time i mean it will take anything from 1 min to 20 min ...
13
votes
3answers
291 views

A single, long load - or multiple short loads, which would provide a better experience?

I have a very large, modular web application. When it starts I can do things one of three ways: A moderately long load time (about 60 seconds) to fetch all of the modules from the server (presented ...
8
votes
1answer
918 views

Indeterminate Progress Indicator Styles

When you have an operation that has too many factors to reliably give an estimate of actual progress towards task completion, you'll often find an indeterminate busy/progress indicator. Through the ...