Hi Ben, sure.
This is my browser entry point:
adaptationsBrowser
| browser |
browser := GLMTabulator new.
browser
row: [ :r |
r
column: #adaptations;
column: #objects;
column: #methods ].
browser row: #diff.
On Fri, Oct 13, 2017 at 5:53 PM, Steven Costiou
wrote:
> Hi,
>
> I am using fastlists in a browser inspired from glmexamples, and when i
> use a stepping and that i update the browser (update method) all selections
> in lists are lost.
>
> Is there an automatic way to recover the selections or do