How to increase size of Transcript

View: New views
3 Messages — Rating Filter:   Alert me  

How to increase size of Transcript

by milan.zimmermann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: How to increase size of Transcript

by milan.zimmermann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

Re: How to increase size of Transcript

by Michael Davies-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, May 2, 2008 at 5:49 PM, Milan Zimmermann
<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?
>
> 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
Beginners@...
http://lists.squeakfoundation.org/mailman/listinfo/beginners