yoyo0719 / range-seek-bar

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

how to set min and max progress just like calling setProgress(10) #32

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 sdubey0...@gmail.com on 9 Feb 2014 at 6:16

GoogleCodeExporter commented 8 years ago
Are looking for setSelectedMinValue and setSelectedMaxValue?

If not and you need setters for absoluteMinValue and absoluteMaxValue, then 
create them :) Just pay attention to adhering to the logic in the constructor, 
i.e. set absoluteMinValuePrim and absoluteMaxValuePrim correspondingly.

Original comment by tittel@kom.e-technik.tu-darmstadt.de on 10 Feb 2014 at 7:06