[Newbies] OrderedCollection if imageMorphs

Bert Freudenberg bert at freudenbergs.de
Wed Nov 11 17:08:55 UTC 2009


On 11.11.2009, at 17:57, Christine Wolfe wrote:

> I have an instance variable cells that I
> defined as 
> cells := Matrix rows: 7 columns: 11 tabulate: [ :i :j | self newCellAt: i
> at: j].
> 
> Each cell of the matrix is going to be an orderedcollection of images.  How
> can I refer to an individual cell of the matrix?  

Just have a look at the "accessing" protocol in class Matrix.

- Bert -




More information about the Beginners mailing list