How to increase size of Transcript

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

How to increase size of Transcript

Milan Zimmermann-2
When writing to  Transcript using Transcript show:, after certain amount is
put on the Transcript, the screen gets cleaned, keeping only about 10K of
text.

Is there a way to increase the amount of text Transcript keeps before
cleaning?

Thanks Milan

PS: I tried to inspect the Transcript model (TranscriptStream) and modify the
readLimit and writeLimit but it did not help.
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: How to increase size of Transcript

Milan Zimmermann-2
On 2008 May 2, Milan Zimmermann wrote:
> When writing to  Transcript using Transcript show:, after certain amount is
> put on the Transcript, the screen gets cleaned, keeping only about 10K of
> text.
>
> Is there a way to increase the amount of text Transcript keeps before
> cleaning?

ah, i found it. I need to increase number returned from

 TrancsriptStream>>characterLimit

>
> Thanks Milan
>
> PS: I tried to inspect the Transcript model (TranscriptStream) and modify
> the readLimit and writeLimit but it did not help.
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: How to increase size of Transcript

Michael Davies-2
In reply to this post by Milan Zimmermann-2
On Fri, May 2, 2008 at 5:49 PM, Milan Zimmermann
<[hidden email]> wrote:

> When writing to  Transcript using Transcript show:, after certain amount is
> put on the Transcript, the screen gets cleaned, keeping only about 10K of
> text.
>
> Is there a way to increase the amount of text Transcript keeps before
> cleaning?
>
> Thanks Milan
>
> PS: I tried to inspect the Transcript model (TranscriptStream) and modify the
> readLimit and writeLimit but it did not help.

I believe the characterLimit method of TranscriptStream is what you're after.

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