Feb. 15, 2017
5:01 p.m.
Reported as https://pharo.fogbugz.com/f/cases/19715/ FastTableModel-Can-t-enable-multiple-selection I checked that multiple selection works with ListModel (the superclass of FastTableModel). Martin On Wed, Feb 15, 2017 at 1:56 PM, Martin Dias <tinchodias@gmail.com> wrote:
Hi,
I can't reproduce in #60394. In fact I *want* multiple selection and only get single selection:
FastTableModel new beMultipleSelection; items: (1 to: 10) asArray; openWithSpec.
Martin
On Mon, Feb 13, 2017 at 9:03 PM, Stephan Eggermont <stephan@stack.nl> wrote:
On 13/02/17 12:52, Andrei Chis wrote:
Is this in the Glamour model or in the Spec one?
In the Spec one, so I might be a bit late in noticing.
Stephan