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@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
> 

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to