b4xprogressbar

  1. M

    Android Question round circular progress bar

    Hi, I use this class to show circular progress bar in my project. circular progress bar Now I’m a question: How to round start and end progress like this picture?
  2. magicmars

    Android Question B4XProgressbar - Reverse top and bottom

    Hi Everyone ! I use B4XProgressbar in one of my app, In the vertical List Orientation, I have noticed that 0 is on the top and 100% is on the bottom. I wonder if that would be possible to invert this, as the 0 will be at bottom and 100 the top. Havent seen a way to inverse it... I try to...
  3. Alexander Stolte

    B4A Library [B4X] [XUI] AS NumberProgressBar

    Hello, i spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible Prefix and Suffix customizable Increment and Decrement Progress...
  4. R

    Android Question B4XProgressBar java.lang.NullPointerException

    Trying out this class: https://www.b4x.com/android/forum/threads/b4x-xui-b4xprogressbar.90826/ I am using the unaltered class and use it like this from Main: Sub TestProgressBar Dim i As Int pnlFindPat.LoadLayout("progressbar") ProgressBar1.Initialize("Main", "B4XProgressBar1") For i = 0...
Top