May 19, 2013
8:09 p.m.
Hi 2013/5/19 Igor Stasenko <siguctua@gmail.com>
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 <benjamin.vanryseghem.pharo@gmail.com> wrote:
Me too :)
I think I will implement one soon :) Ben
On May 19, 2013, at 1:08 PM, Usman Bhatti <usman.bhatti@gmail.com> 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.