Re: [Pharo-users] How to recover selections in a fastlist after an update

2017-10-13 Thread Steven Costiou
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.

Re: [Pharo-users] How to recover selections in a fastlist after an update

2017-10-13 Thread Ben Coman
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