Milan Zimmermann | 2 May 18:49

How to increase size of Transcript

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.
Michael Davies | 3 May 02:07

Re: How to increase size of Transcript

On Fri, May 2, 2008 at 5:49 PM, Milan Zimmermann
<milan.zimmermann <at> sympatico.ca> 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
Milan Zimmermann | 3 May 00:10

Re: How to increase size of Transcript

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

Gmane