[BUG]form storeOn: Transcript

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Thu Nov 30 17:53:42 UTC 2000


On Thu, 30 Nov 2000, Karl Ramberg 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

You need to flush the transcript after this: Transcript flush. It's
buffered :)

-- Bert





More information about the Squeak-dev mailing list