[Magritte] exercices

Hilaire Fernandes hilaire at ext.cri74.org
Mon Jun 12 17:43:13 UTC 2006



Cédrick Béler a écrit :
> 
>>> I found the solution might be:
>>>
>>> MAPersonModel>>description
>>>         ^super description copy;
>>>                 add: CustomDescription ;
>>>                 yourself
>>>
> uhm it looks like an error I made ;) ...
> 
> MAPersonModel>>description
>        ^super description copy       (<-  without  #;  otherwise it will
> add over and over descriptions)
>                add: CustomDescription ;
>                yourself
> 
> and I used addAll: too
> 
> see you


Oops, yeah I see the mistake!
Nevertheless, when opening a view of a PersonModel it is duplicated many
times.

Hilaire



More information about the Squeak-dev mailing list