Hello to all
I have a class with a timer that keeps a table from a server
This class is initialized in an activity 1
Step to other activities eg. 2 3 without making 1.Finish
Occasionally happens that the pass or return to activity 1 generates this error
I think due because activity 1 is paused or pauses
How can I fix it?
I also put a Try Catch but it is not intercepted
Unfortunately and random I can not replicate it ...
Thank you
I have a class with a timer that keeps a table from a server
This class is initialized in an activity 1
Step to other activities eg. 2 3 without making 1.Finish
Occasionally happens that the pass or return to activity 1 generates this error
I think due because activity 1 is paused or pauses
How can I fix it?
I also put a Try Catch but it is not intercepted
Unfortunately and random I can not replicate it ...
Thank you
B4X:
j.Release
'For WAIT FOR
If SubExists(Me,"TavoloRichiestaSingolo_result") Then
'CallSub2(mCallBack,"AggiornaTavoli_event",st)
CallSubDelayed2(Me,"TavoloRichiestaSingolo_result",st)
End If
0.549
0.625
0.596
An error occurred:
(Line: 1874) Return
java.lang.Exception: Sub tavolorichiestasingolo_result signature does not match expected signature.
public static void BAR.Tablet.cls_tavoli_subs_0._tavolorichiestasingolo_result(anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
0.625
0.596
An error occurred:
(Line: 1874) Return
java.lang.Exception: Sub tavolorichiestasingolo_result signature does not match expected signature.
public static void BAR.Tablet.cls_tavoli_subs_0._tavolorichiestasingolo_result(anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception