:mad: ?
Alexander Stolte Expert Licensed User Longtime User Sep 16, 2020 #4 LucaMs said: Click to expand... I know this only too well ? ?
LucaMs Expert Licensed User Longtime User Sep 16, 2020 #5 klaus said: And what was the 'solution'? Click to expand... A little tricky to explain it because multiple resumable routines are involved. In Private Sub B4XPage_Created: Wait For xpWSHandler_ConnStatusChanged(Status As Int, Reason As String) I used a CallSubDelayed2, so with only one parameter, the first one, to call that routine from another class. Last edited: Sep 16, 2020
klaus said: And what was the 'solution'? Click to expand... A little tricky to explain it because multiple resumable routines are involved. In Private Sub B4XPage_Created: Wait For xpWSHandler_ConnStatusChanged(Status As Int, Reason As String) I used a CallSubDelayed2, so with only one parameter, the first one, to call that routine from another class.