|
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
|