Login  Register

Re: Fwd: widget to show progress

Posted by Denis Kudriashov on May 19, 2013; 8:09pm
URL: https://forum.world.st/Fwd-widget-to-show-progress-tp4688403p4688497.html

Hi

2013/5/19 Igor Stasenko <[hidden email]>
Here is a simple "widget" for you:

Cursor wait showWhile: [
 ... do something which may end, but you cannot predict when...
]

There is nice post about why it is bad http://www.cincomsmalltalk.com/userblogs/travis/blogView?showComments=true&printTitle=Cursor_consider_showWhile:_%20[Harmful]&entry=3432339015


:)

On 19 May 2013 13:12, Benjamin <[hidden email]> wrote:
> Me too :)
>
> I think I will implement one soon :)
> Ben
>
> On May 19, 2013, at 1:08 PM, Usman Bhatti <[hidden email]> wrote:
>
> Hello all,
>
> I am looking for a widget/control in Pharo that shows the progress of a
> process that takes undeterministic time.
>
>
> usman
>
>



--
Best regards,
Igor Stasenko.