progress bar

  1. J

    Android Question HTTPS Download Progress bar does not work etc

    I am trying to use Erel's code from https://www.b4x.com/android/forum/threads/solved-download-files-from-server-with-progress.126797/#post-793290 post #12 in my simple B4XPages example project. The download Progress Bar & Label showing the downloaded size out of the size amount in my project do...
  2. J

    Android Question Variable ProgressBarDownload is not initialized

    I'm getting a "Variable ProgressBarDownload is not initialized Warning #11" on the "Private ProgressBarDownload As B4XView" line below: Sub Class_Globals Private Root As B4XView 'ignore Private xui As XUI Private Title As String ="HTTPS" Private ProgressBarDownload As B4XView...
  3. M

    iOS Question Add Glow effect to a view

    Hi everyone I would like to know if there is a way to add a glow effect to a view (I'm not an expert in fact of effects). In particular I'm using this class to display a circular loading bar, it would be cool to add a glow on the ring. You think it's possibile? I attach an example image (don't...
  4. Star-Dust

    B4J Library [B4X] [XUI] jSD LiquidProgress (ProgressBar)

    Made entirely with B4J with XUI Download Here jSD_LiquidProgress Author: Star-Dust Version: 0.09 LiquidProgress Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object, EventName As...
  5. Star-Dust

    B4i Library [B4X] [XUI] SD LiquidProgress (Bar)

    Made entirely with B4i with XUI Download Here iSD_LiquidProgress Author: Star-Dust Version: 0.09 LiquidProgress Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object, EventName...
  6. Star-Dust

    B4A Library [B4X] [XUI] SD LiquidProgress (Bar)

    Made entirely with B4X with XUI SD_LiquidProgress Author: Star-Dust Version: 0.13 LiquidProgress Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object, EventName As String) As...
Top