BETA Errors
I have a piece of code below:-
I get the error (remove view) attached which I haven't had before?
If I rem that line out and try again I get the following 'exception' error (attached) and so on for many sub routines:-
I have a piece of code below:-
B4X:
If KeyCode = KeyCodes.KEYCODE_BACK Then
If pnlDetails.Visible = True Then
Log("Removing mapview")
Activity.RemoveView
Activity.CloseMenu
End If
End If
If I rem that line out and try again I get the following 'exception' error (attached) and so on for many sub routines:-
B4X:
Sub btnPhone_Click
Log("Phone button Clicked")
Dim btn As Button
btn = Sender
'Activity.Title = "Phoning"
ToastMessageShow("Going to call, WHEN it's working", True)
End Sub