Hi,
I am using this circular progress bar class provided with the below link
www.b4x.com
I have already made a couple of simple modifications to the class parameters, but now I would need to add the click event ideally both to the inner text (mLbl in the class) and on the circular progressbar itself.
I am sure there is an easy way but I never modified a b4x class to add an event. Any guidance?
thanks
I am using this circular progress bar class provided with the below link
[B4X] [XUI] [custom view] CircularProgressBar
This class is compatible with B4A, B4i and B4J. A simple circular progress bar implemented as a custom view. Usage: Add the class to your project and add a custom view with the designer. Set its value with" CircularProgressBar1.Value = 100 The animation is smooth in release mode...

I have already made a couple of simple modifications to the class parameters, but now I would need to add the click event ideally both to the inner text (mLbl in the class) and on the circular progressbar itself.
I am sure there is an easy way but I never modified a b4x class to add an event. Any guidance?
thanks