circularprogressbar

  1. P

    Android Question [B4X] Circular Progress bar filled with Gradient

    Anyone has an idea how to modify Circular progress bar (https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/) or use BitmapCreator to draw a circular progress filled like the one on this image?
  2. M

    Android Question .GetView(n) not work with customviews (CircularProgressBar)

    Hi everyone, i've a customlistview, with custom elements. In each element there is a CircularProgressBar, i want to incremente the value of a circularprogressbar in one element. The code to do it: Public Sub AggiornaProgress(Data() As Object) '0 = Progress Value '1 = Uploaded Files...
Top