Hi everyone, i'm using B4XPages on Android and i have this scenario:
Blueprint of the code:
How can i achive this result?
thanks in advance
- I've a class that handles http requests (let's call A)
- I've a B4XPage (let's call B)
Blueprint of the code:
B4X:
Sub A As ResumableSub
... Work
If B4XPages.GetManager.GetTopPage.Id == "B" Then CallSub(B, "UpdateUI") '<---- CallSub does not work for B4XPage
End Sub
How can i achive this result?
thanks in advance