Hi Doru,
In Glamour, I would like to update a pane when I add new items in the entry collection.
For example:
=== "self new test openOn: myCollection" |browser |
browser := GLMTableLayoutBrowser new. browser column: #one. browser showOn: #one; using: [ browser list display: [:x | x]; act: [:each | myCollection add: each] entitled: 'duplicate'; ]. ===
In the browser, I need an action which update display when I change the input. Here, I have an action which add an entity in "myCollection".
How can I update display ? I tried to use update:on:entitled:with: but it does not work.
Have you a solution ?
Cheers
--- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---