Glamour: Updating Dependent Presentations
Posted by
Sean P. DeNigris on
Sep 25, 2019; 5:49pm
URL: https://forum.world.st/Glamour-Updating-Dependent-Presentations-tp5104504.html
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_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Cheers,
Sean