Android Question how to remove limit of the AS RangeSeekBar library?

Mehrzad238

Member
I am using this library and it's great but can we change the limit beyond 100?
I tried it for more than that 100 and it's not functioning, it looks like it only works from 0 to 100, like percent
for example, I need to use a Rangebar for choosing price and this was the only thing I could find
can we change the MinValue=150$ and MaxValue=2500$?

any suggestion?
 

Mehrzad238

Member
I get it,B4X Library only works on b4x project and not B4A
because on this screenshot, you can see the numbers are ok but the seek bar is not working and there is only one controller I have to close the activity and run it again to work again, but in small numbers like 0 to 100 works perfectly
sorry to waste your time, @Erel always said never use b4x libraries on b4a,but ...
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
I only test my libraries with B4XPages, as this has been the way to go for 4 years.
And I strongly advise you to do the same.

This code works great in B4A:
B4X:
    ASRangeSeekBar1.MaxValue = 200
    ASRangeSeekBar1.Update
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…