Android Question [SOLVED] How to mimic CallSubDelayed2 in B4XPages?

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

In Activities based app, I use this code
B4X:
Sub btn_click
    CallSubDelayed2(myMod,"ShowInfo","Info")
End Sub

That codes will bring myMod into active activity and Call sub ShowInfo.

How to mimic this behaviour in B4Pages based app?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…