|
Hi,
I show a list of items in a default view List Presenter, in particular,
the list shows the 'name' aspect of the item model.
Through a context menu I can change the item, and when I do so the view
isn't updated.
The item list is a "ListModel on: OrderedCollection new".
The funny thing is, that when I use a Multi column list presenter and
alter a model item the view immediately shows the change.
1.Does the ListPresenter.Default view simply not provide this functionality
or
2. do I need to make the item model trigger changed events to dependent
views?
Thanks
Günther
|