Hello,
try this in a workspace (image 10319) :
"First open a Transcript via the world menu"
Transcript clear.
5 timesRepeat: [ [Transcript show: 'Hello'] fork ]
Behavior is bad.
Now, try the following:
Transcript clear.
Transcript open.
5 timesRepeat: [ [Transcript show: 'Hello'] fork ]
It is always working.
Is it a known problem ? Should we open an issue ?
François
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project