I occasionally receive this:
The line of code producing this error is a simple msgBox.
I found no way to reproduce this error to all my testing devices.
Is it something to do with not using asyncMsgBox?
B4X:
Exception anywheresoftware.b4a.B4AUncaughtException:
anywheresoftware.b4a.Msgbox.msgbox (Msgbox.java:172)
anywheresoftware.b4a.keywords.Common.Msgbox2 (Common.java:443)
anywheresoftware.b4a.keywords.Common.Msgbox (Common.java:422)
mySubHere (myActivityHere.java:991)
anywheresoftware.b4a.BA.checkAndRunWaitForEvent (BA.java:240)
anywheresoftware.b4a.BA.raiseEvent2 (BA.java:180)
anywheresoftware.b4a.keywords.Common$11.run (Common.java:1154)
android.os.Handler.handleCallback (Handler.java:815)
android.os.Handler.dispatchMessage (Handler.java:104)
android.os.Looper.loop (Looper.java:207)
android.app.ActivityThread.main (ActivityThread.java:5811)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:907)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:768)
The line of code producing this error is a simple msgBox.
I found no way to reproduce this error to all my testing devices.
Is it something to do with not using asyncMsgBox?