[BUG]form storeOn: Transcript

Bob Arning arning at charm.net
Thu Nov 30 17:56:29 UTC 2000


Hi Karl,

On Thu, 30 Nov 2000 18:45:14 +0100 Karl Ramberg <karl.ramberg at chello.se> wrote:
>Bert Freudenberg wrote:
>>You get the form's textual
>> representation by using "form storeOn: Transcript". 
>I get this out wrapped like this:
>
> 266338304 0 0 0 0 0)
>        offset: 0 at 0)
>(Form   extent: 16 at 16
>        depth: 1
>        fromArray: #( 0 0 0 0 0 266338304 103809024 103809024 103809024
>10
>
>This is with the latest updates. 

The Transcript has a limit to the number of characters it will hold before discarding older stuff. You could change TranscriptStream>>characterLimit to a bigger number. Or you could do:

StringHolder new contents: form storeString; openLabel: 'my form'

Cheers,
Bob





More information about the Squeak-dev mailing list