In designer, 3 colors can be selected for B4XSeekBar.
Is it possible to use images separately for the slider and for the scale? How can I do that?
Can I use a gradient to fill the scale?
Example:
As B4X matures, more and more reusable components are written in B4X directly. In most cases it is simpler to implement the logic in B4X directly and the code can be cross platform. Especially with the relatively new XUI library. Standard libraries will never be cross platform as they are...