June 22, 2012
8:40 a.m.
On 22 June 2012 09:46, Camillo Bruni <camillobruni@gmail.com> wrote:
You already have that igor (not as complete as you want, but it's there)
Collection >> #do:displayingProgress:
ah, good to know
On 2012-06-22, at 02:37, Igor Stasenko wrote:
btw, about human readable.., i don't understand, why we don't have something as simple as:
collection do: [... ] showingProgress: 'Processing collection' (1 to: 100) do: [ ...] showingProgress: 'Processing '
1 to: 100 do: [ ...] showingProgress: 'Processing '
i don't care what happens inside, but this interface is IMO much simpler and straightforward: a user just adds showingProgress: at the end, and voila, his silent block now showing a progress.
-- Best regards, Igor Stasenko.
-- Best regards, Igor Stasenko.