Tagged Questions
16
votes
4answers
554 views
Showing progress for a long many-step process with a discrete progress bar?
I've got a desktop-focused web application where the user is going to be initiating tasks that take a long time. Sometimes, these tasks will take hours to complete (users don't have to do anything ...
15
votes
5answers
652 views
Displaying wait indicator for a long running task — which sometimes completes quickly
In a web application I am working on there are some actions which usually take a few seconds or longer, depending on typical variables (connection speed, PC speed, amount of data involved, host load, ...