Tagged Questions
6
votes
2answers
129 views
Multipart progress / status bar colours
I am working on an application that needs to show users their currents status / progress in performing a task on a number of items. There are three states that each item can have:
New (blue) - ...
5
votes
3answers
501 views
Jumping progress bar or running process indicator?
I'm developing a process with a predefined number of steps to complete so while process is running I can know how far the process has gotten and how much is there still to be done.
My process ...