Newbie: BankAccount John Malloney

Bob Arning arning at charm.net
Mon May 14 14:37:18 UTC 2001


The tutorial predates some major changes to the layout of morphs. The following will produce a more desirable result:

        m _ AlignmentMorph newRow  
			hResizing: #shrinkWrap;
			vResizing: #shrinkWrap;
			cellPositioning: #bottomRight.


Cheers,
Bob

On Mon, 14 May 2001 16:11:00 +0200 G.J.Tielemans at dinkel.utwente.nl wrote:
>In the BankAccount tutorial on the website htttp://squeak.org/documentation
>I have a little problem (I use: Squak3.1Alpha #4019)
>evaluating:
>historyMorph
>        | bars m |
>        bars _ history collect: [:v | Morph new extent: 5 at v].
>        m _ AlignmentMorph newRow  centering: #bottomRight.
>        m addAllMorphs: bars.
>        ^ m
>I got a walkback-window that seems (for me as a newbie) not to understand
>centering: #bottomRight. If I cut it out, I got at least a graph, but not
>the one I want.





More information about the Squeak-dev mailing list