Hello everyone,
I've a famous and strange behaviour from a button.
With the following code
the app crashes without any reason and I have no line in the log.
with this code
I have no crash
1) I did a copy of a button and obtain the crash
2) I deleted it and recreated it as a new view
3) I closed the IDE and restarted it
In these three actions the crash remains if I write something in the area.
could it be a bug ?
I've a famous and strange behaviour from a button.
With the following code
B4X:
Sub btnCalculsMoyJ_Click
Dim nc As Int=Table1.SelectedRows
Log(nc)
ToastMessageShow("what Happens ?'","???")
End Sub
the app crashes without any reason and I have no line in the log.
with this code
B4X:
Sub btnCalculsMoyJ_Click
End Sub
I have no crash
1) I did a copy of a button and obtain the crash
2) I deleted it and recreated it as a new view
3) I closed the IDE and restarted it
In these three actions the crash remains if I write something in the area.
could it be a bug ?