Hi all,
I have an imageview named "SyncIcon" in the main page that is set visible during some operations (network request) and not visible when job is done.
All works as expected, but it happens sometimes that I have a crash with this log:
The java line 7632 is:
(ShowSyncIcon is a boolean)
Any idea where I can investigate ?
I have an imageview named "SyncIcon" in the main page that is set visible during some operations (network request) and not visible when job is done.
All works as expected, but it happens sometimes that I have a crash with this log:
B4X:
~e:main_timer_sms_tick (java line: 7632)
~e:java.lang.NullPointerException: Attempt to invoke virtual method 'boolean anywheresoftware.b4a.objects.ImageViewWrapper.getVisible()' on a null object reference
The java line 7632 is:
B4X:
//BA.debugLineNum = 803;BA.debugLine="SyncIcon.Visible=MySub.ShowSyncIcon";
mostCurrent._syncicon.setVisible(mostCurrent._vvvvvvvvvvvvvvvvvvvvv3._vvvvvv1);
(ShowSyncIcon is a boolean)
Any idea where I can investigate ?