A Andrea Falcucci Member Licensed User Longtime User Feb 9, 2016 #1 Hi In B4A i used the library RangeSeekBar in order to define a "seek bar" with two points so I can define a range. In B4i there is the slider class but it can define only a point. Any ideas how to implement a "Range" slider? Thank you!
Hi In B4A i used the library RangeSeekBar in order to define a "seek bar" with two points so I can define a range. In B4i there is the slider class but it can define only a point. Any ideas how to implement a "Range" slider? Thank you!
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2016 #2 The simplest solution is to use two sliders. There is no library that implements a range slider. Upvote 0