Hi,
I have an app that crash when creating a new activity.
I watched the log cat but i could not unerstand it.
in the logcat it says:
I have also attached the LocCat file and the activity file.
Thanks
I have an app that crash when creating a new activity.
I watched the log cat but i could not unerstand it.
in the logcat it says:
B4X:
: ~i:** Activity (joblist) Create, isFirst = true **
02-14 11:55:17.496 4433 4433 I B4A : ٢٠١٧*٠٢*١٤
02-14 11:55:17.526 4433 4433 I B4A
: ~e:joblist_activity_create (java line: 518)
02-14 11:55:17.526 4433 4433 I B4A
: ~e:java.lang.NumberFormatException: Invalid double: "٢٠١٧"
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at java.lang.StringToReal.invalidReal(StringToReal.java:63)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at java.lang.StringToReal.initialParse(StringToReal.java:164)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at java.lang.StringToReal.parseDouble(StringToReal.java:282)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at java.lang.Double.parseDouble(Double.java:301)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at bina.Logistic.joblist._activity_create(joblist.java:518)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at java.lang.reflect.Method.invoke(Native Method)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at anywheresoftware.b4a.BA.raiseEvent2(BA.java:169)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at bina.Logistic.joblist.afterFirstLayout(joblist.java:102)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at bina.Logistic.joblist.access$000(joblist.java:17)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at bina.Logistic.joblist$WaitForLayout.run(joblist.java:80)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at android.os.Handler.handleCallback(Handler.java:739)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at android.os.Handler.dispatchMessage(Handler.java:95)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at android.os.Looper.loop(Looper.java:148)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at android.app.ActivityThread.main(ActivityThread.java:7223)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at java.lang.reflect.Method.invoke(Native Method)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
02-14 11:55:17.526 4433 4433 I B4A
: ~e: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
02-14 11:55:17.526 4433 4433 E AndroidRuntime: FATAL EXCEPTION
I have also attached the LocCat file and the activity file.
Thanks
Attachments
Last edited: