Here's a snippet from my builder method:
...
views do: [ :d |
container tree
act: [ :tree :projects | "change the model." tree update ]
iconName: #back
on: $n
entitled: 'New Project';
... ].
Each tree represents a different view on the same data. When the action is
performed, they all need to be updated. I tried replacing `tree update` with
`container update`, but that didn't work.
Ideas?
-----
Cheers,
Sean
--
Sent from:
http://forum.world.st/Moose-f1310756.html