[squeak-dev] Re: updating a list morph

Andreas Raab andreas.raab at gmx.de
Wed Aug 5 23:13:29 UTC 2009


Tudor Girba wrote:
> I have a Morphic newbie question.
> 
> I have a list morph:
> 
> PluggableListMorph
>             on: listModel
>             list: #displayedItems
>             selected: #selection
>             changeSelected: #selection:
> 
> I now would like it to update when the items change. Could anyone tell 
> me how I accomplish that?

listModel changed: #displayedItems.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list