[Newbies] Recommended way to print on screen

Robert F. Scheer rfscheer at speakeasy.net
Tue Feb 26 03:32:54 UTC 2008


Somewhat answering my own question...

log := TranscriptStream new.
log openLabel: 'Test Log'.
log show: 'Hello World'.

- Robert

On Mon, 2008-02-25 at 16:32 -0800, Robert F. Scheer wrote:
> I know how to print to the Transcript window but what's the hint for how
> to print stuff to a dedicated window?
> 
> The Transcript is notoriously slow.  Will this dedicated window be much
> faster?
> 
> Thanks.
> 
> - Robert
> 
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
> 



More information about the Beginners mailing list