Hi,
You basically want to update a presentation which, given that you talk about rows, seems to be a table.
In this case, you have two options:
1. register to an announcement from your model:
a table ... updateOn: YourAnnouncement from: [ :entity | "computation of the announcer" ];
2. in case the model does not offer announcements, you can just manually trigger an update:
a table ... act: [ :table | table update ] entitled: 'Refresh'
When an update is sent (either directly or indirectly via announcements), the complete table is refreshed.
Does that help?
Cheers, Doru
On 31 May 2010, at 15:10, Cyrille Delaunay wrote:
Hello,
I have a browser, which is a GLMTabulator. I would like to dynamically change its number of rows. Is there a way to do that?
My idea was: Every time I want to update my browser, I delete all existing rows and rebuild the ones i want. Is it possible? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"We cannot reach the flow of things unless we let go."