[Newbies] Query about Transcript object

Ian Oversby oversby at googlemail.com
Mon Apr 2 20:40:39 UTC 2007


Hi,

I wrote the following line of code to display the numbers 1 to 200 in
the Transcript Window.

1 to: 200 do: [ :x | Transcript show: x ; cr ].

The numbers are displayed quite slowly and while they are being
displayed, I am unable to perform any other action, for example, click
on other Windows to raise them to the front or bring up the context
sensitive menu.  What am I doing wrong?

Thanks,

Ian


More information about the Beginners mailing list