Recommended way to print on screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Recommended way to print on screen

Robert F. Scheer-2
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
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Recommended way to print on screen

Robert F. Scheer-2
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
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners