I absolutely cannot understand why the log ("this never appears") does not appear nor the instructions that follow, relating to the disappearance of the circular seek bar.
Thank you in advance
Thank you in advance
B4X:
'--- circular seek bar
TimerCircolare1.Enabled = True
csb1.Visible=True
csb1.BringToFront
prog1=0
'--- cancello la cache
Dim o As Reflector
o.Target = Webview1
o.RunMethod2("clearCache","True","java.lang.boolean")
Webview1.LoadURL(URL)
Wait For Webview1_PageFinished (URL As String)
Log("this never appears")
TimerCircolare1.Enabled=False
csb1.Visible=False