[Newbies] FW: Problem printing from Workspace to Transcript

Damien Cassou damien.cassou at laposte.net
Fri Jan 19 15:37:52 UTC 2007


Harry Mueller a écrit :
> I've just started looking at Squeak and can't seem to print to 
> Transcript. I'm wondering if I'm doing it properly.  
>  
> I've written,  Transcript show: 'Hello world!'   into the Workspace 
> window but nothing shows up in the open Transcript window . 
>  
>  What am I doing wrong?  

This should work. Here are some steps you have to reproduce:

- open a workspace (world->open->workspace)
- open a transcript (world->open->transcript)
- type your code 'Transcript show: 'Hello World' in the workspace
- execute it with ALT+d or right-click 'Do-it' and the insertion point 
on your code

If you do all those things right, please tell us what is the VM and 
image your are using.

Bye


-- 
Damien Cassou


More information about the Beginners mailing list