Hello, I would like to know how to retrieve an variable of another page with B4XPages. I succeeded (the code is at the bottom?), it works 1 time and then it blocks as if the page does not refresh.
Thanks in advance.
B4A - Code:
Dim aa As mypage = B4XPages.getPage("my page")
lbl2.Text = aa.ImmTag