Fwd: do:displayingProgress: Question/Problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Fwd: do:displayingProgress: Question/Problem

Juan Ignacio Vaccarezza

Hi all I detected a behavior and Im not sure how to classify it (most sure is ignorance :P). Maybe some one can explain me.

Given the code:
Smalltalk allClasses
            do:[:aClass| (Delay forMilliseconds: 1) wait]
            displayingProgress:[:aClass| 'Processing ', aClass name].

(Which is the example on the Collection class)

In 1.4 the result is a dialog that shows a progres bar titled with each classname

In 2.0 the result is a dialog showing only a progress bar.

Thanks in advance,
Juan


Progress14.png (80K) Download Attachment
Progress2.0.png (117K) Download Attachment