I am trying to create a seekbar with only three states/stages. I found a stackoverflow thread which uses onStopTrackingTouch method of seekbar to handle the values. How can i implement this in b4a.
Thank you @Erel . This will work. Just out of curiosity, can the method onStopTrackingTouch be implemented using reflection or javaobject or inline java?