hiI could not run Progressview in B4i
This is my code:
Sub BarraProgress1(Progress As Long, Total As Long)
ProgressView1.Initialize()
ProgressView1.Progress = Progress/Total
End Sub
note: Progress=50
Total= 100
This is my code:
Sub BarraProgress1(Progress As Long, Total As Long)
ProgressView1.Initialize()
ProgressView1.Progress = Progress/Total
End Sub
note: Progress=50
Total= 100