Reacting to multi-selection changes in ListModel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Reacting to multi-selection changes in ListModel

Uko2
Hi,

maybe someone can help me out with this. I’m working with ListModel that supports multiple selection and has autoDeselect turned off. Now I’ve tried to use #whenSelectionChanged: but it doesn’t give any data, #whenMultiSelectionChanged: is not triggered at all, #whenSelectedItemChanged: works as for single selection list.

I’d be very thankful for any help.

Uko
Reply | Threaded
Open this post in threaded view
|

Re: Reacting to multi-selection changes in ListModel

hernanmd
And two years later...

Is there any example out there where #whenMultiSelectionChanged: is working?
I am working with Pharo 5.0, but I could backport the fix .
Cheers,

Hernán


2014-07-17 10:11 GMT-03:00 Yuriy Tymchuk <[hidden email]>:
Hi,

maybe someone can help me out with this. I’m working with ListModel that supports multiple selection and has autoDeselect turned off. Now I’ve tried to use #whenSelectionChanged: but it doesn’t give any data, #whenMultiSelectionChanged: is not triggered at all, #whenSelectedItemChanged: works as for single selection list.

I’d be very thankful for any help.

Uko