joeli-wow / range-seek-bar

Automatically exported from code.google.com/p/range-seek-bar
0 stars 0 forks source link

Need Listener like OnProgressChanged of Seekbar #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

Using the setOnRangeSeekBarChangeListener is fine; but the problem is, it 
returns only when we have finished dragging the seekbar.

If it would be able to return current position of slider when we are moving 
(similar to OnProgressChanged() of Seekbar); then it would be very helpful.

Original issue reported on code.google.com by jay.skyt...@gmail.com on 17 Jan 2014 at 12:36

GoogleCodeExporter commented 8 years ago
This is what setNotifyWhileDragging(true) is for.

Original comment by tittel@kom.e-technik.tu-darmstadt.de on 17 Jan 2014 at 12:43

GoogleCodeExporter commented 8 years ago
Thanks a lot; really sorry for skipping such an important method..!! :)

Original comment by jay.skyt...@gmail.com on 17 Jan 2014 at 12:46