actual-number-picker icon indicating copy to clipboard operation
actual-number-picker copied to clipboard

how to handle onValueChanged while using multiple ActualNumberPicker!

Open LOG-TAG opened this issue 9 years ago • 3 comments

we can't handle onValueChanged while using multiple ActualNumberPicker! adding tag some thing to listener will help !!

Awesome library thanks !!

LOG-TAG avatar Jul 26 '16 05:07 LOG-TAG

Good point. Does having a View reference work for you?

On Tue, Jul 26, 2016, 07:46 Subrahmanya S M [email protected] wrote:

we can't handle onValueChanged while using multiple ActualNumberPicker! adding tag some thing to listener will help !!

Awesome library thanks !!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/milosmns/actual-number-picker/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsJiikfWI0wNqpRYuuf0ZzjDl1iXf2sks5qZZ9LgaJpZM4JUziw .

milosmns avatar Jul 26 '16 17:07 milosmns

I'll add the View reference to the listener interface. Pending for v2.0

milosmns avatar Dec 24 '16 15:12 milosmns

In the meantime, you can create new listeners for each slider, for example as an inner class in your view code. Then you can set the listener of each slider to these new listeners.

fsocko avatar Oct 08 '17 16:10 fsocko