soni12 / range-seek-bar

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

Displaying the minimum and maximum values by the side of thumbs say in textview #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by suraj.sh...@gmail.com on 27 Sep 2014 at 3:48

GoogleCodeExporter commented 8 years ago
I also wanted to implement this functionality. I set an 
OnRangeSeekBarChangeListener an try to show the min, max values on the screen. 
I get: android.content.res.Resources$NotFoundException: String resource ID #0x0

Everything works fine unless I try to update the TextView in 
OnRangeSeekBarChangeListener.onRangeSeekBarValuesChanged function. Any 
suggestions?

Original comment by firatdul...@gmail.com on 27 Oct 2014 at 2:45

GoogleCodeExporter commented 8 years ago
Did you google your error? This might help:
http://stackoverflow.com/a/20177019

Original comment by tittel@kom.e-technik.tu-darmstadt.de on 27 Oct 2014 at 2:49

GoogleCodeExporter commented 8 years ago
Actually I saw something similar to this when I google it first time. But I 
thought it was about the listener. I tried some different ways but didn't 
realize that I pass integer parameter to TextView.setText() until I see your 
response. Thank you and sorry for wasting your time...

Original comment by firatdul...@gmail.com on 27 Oct 2014 at 3:14