[Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
HI guys, is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… and it continues to deselect selected items :(. Maybe there is any kind of example how to do a classic checkbox tree? For example if we have filesystem and want to select which items to backup. Uko

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Christophe Demarey
Le 28 août 2014 à 15:31, Yuriy Tymchuk a écrit : > HI guys, > > is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… > and it continues to deselect selected items :(. Maybe there is any kind of > example how to do a classic checkbox tree? For example if we have filesyst

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
Or should I move to Glamour? On 28 Aug 2014, at 15:31, Yuriy Tymchuk wrote: > HI guys, > > is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… > and it continues to deselect selected items :(. Maybe there is any kind of > example how to do a classic checkbox tree? For

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
I’ll take a look. Thanks Christophe! On 28 Aug 2014, at 15:37, Christophe Demarey wrote: > > Le 28 août 2014 à 15:31, Yuriy Tymchuk a écrit : > >> HI guys, >> >> is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… >> and it continues to deselect selected items :(.

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
`autoMultiSelection: true` does the job Does anybody know what #removeOnlyLastSelected: is for? Because it’s also used by Komitter… Uko On 28 Aug 2014, at 15:42, Yuriy Tymchuk wrote: > I’ll take a look. > > Thanks Christophe! > > On 28 Aug 2014, at 15:37, Christophe Demarey > wrote: > >