I'm getting a "Variable ProgressBarDownload is not initialized Warning #11" on the "Private ProgressBarDownload As B4XView" line below:
PS I have the ProgressBarDownload view 'defined' in the layout as a ProgressBar
B4X:
Sub Class_Globals
Private Root As B4XView 'ignore
Private xui As XUI
Private Title As String ="HTTPS"
Private ProgressBarDownload As B4XView
Private ISFolder As String
Private FileName As String = "JewishWorld.db"
Private ASFolder As String
Private FileSize As Long
End Sub