March 31, 2011
8:40 p.m.
On Thu, Mar 31, 2011 at 5:28 PM, Daniel Lyons <fusion@storytotell.org>wrote:
On Thu, Mar 31, 2011 at 04:58:04PM -0300, Martin Dias wrote:
The simplest design, IMO, would be this API:
MyProgressBar>>percentComplete: aNumber MyProgressBar>>beIndeterminant MyProgressBar>>beDeterminant
Sorry, what is an indeterminant progress bar?
On your Mac, it's the barber pole; on Windows, it's when the progress bar just sort of throbs. It's for when you initially are calculating how long the task is going to take, or for cleanup after the task is complete.
Ah! I need that. During big part of the run I don't know the size of the task.
-- Daniel