B4A Library DownloadProgressBar

This wraps this Github project. Posting the following:
1. The B4A project. The library files (2 x JAR and 1 x XML) are in the /files folder of the B4A project. Copy them to your additional libraries folder.
2. The library files (2 x JAR and 1 x XML) in a zipped file
3. The Java project (wrapper and amended original Github project)

pic1.png



pic2.png



pic3.png



pic4.png



DownloadProgressBar
Author:
Johan Schoeman
Version: 1
  • DownloadProgressBar
    Fields:
    • ba As BA
    Methods:
    • BringToFront
    • DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
    • Initialize (EventName As String)
    • Invalidate
    • Invalidate2 (arg0 As Rect)
    • Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • IsInitialized As Boolean
    • RemoveView
    • RequestFocus As Boolean
    • SendToBack
    • SetBackgroundImage (arg0 As Bitmap)
    • SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
    • SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
    • SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
    • abortDownload
    • playManualProgressAnimation
    • playToError
    • playToSuccess
    • setErrorResultState
    • setSuccessResultState
    Properties:
    • Background As Drawable
    • CircleBackgroundColor As Int [write only]
    • Color As Int [write only]
    • DrawingColor As Int [write only]
    • Enabled As Boolean
    • Height As Int
    • Left As Int
    • LineWidth As Float [write only]
    • OvershootValue As Float [write only]
    • Progress As Int [write only]
    • ProgressBackgroundColor As Int [write only]
    • ProgressColor As Int [write only]
    • ProgressDuration As Int [write only]
    • ResultDuration As Int [write only]
    • StrokeWidth As Float [write only]
    • Tag As Object
    • Top As Int
    • Visible As Boolean
    • Width As Int
 

Attachments

  • DownloadProgressBar.zip
    54.1 KB · Views: 364
  • LibraryFiles.zip
    40.2 KB · Views: 339
  • JavaSourceCode.zip
    56.6 KB · Views: 310
Top