D darabon Active Member Sep 6, 2021 #1 I have an icon on top of Seekbar The icon must be moving on changing seekbar value I try to use the below code pnlmarker.Left = Value.As(Int) * pnlmarker.Width But not working Thanks
I have an icon on top of Seekbar The icon must be moving on changing seekbar value I try to use the below code pnlmarker.Left = Value.As(Int) * pnlmarker.Width But not working Thanks
D darabon Active Member Sep 6, 2021 #2 I used pnlmarker.Left = Value.As(Int) * 2.34 and I approached result but that is not accurate Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2021 #3 Use the source of the nice B4XSeekBar custom view (XUI Views), rename the class and add this drawing to the custom view. Upvote 0
Use the source of the nice B4XSeekBar custom view (XUI Views), rename the class and add this drawing to the custom view.