1) I've read on the forum that when I click on a tab bar item the event raised is:
It seems that the event is raised only when the page changes.
But if I click again on the same item (just to refresh a random content, for example, in the same page) the event is not raised.
Is there any other method ?
Thanks to all.
2) Where can I find a list of events for every "object" ?
Until now I start writing and I wait for the help. So the helper suggests me:
tabbaritem1_click
I expect the same for page: but the help suggests _resize, not _appear, is it a bug or I'm looking for instructions in the wrong place ?:
B4X:
Sub page1_Appear
...
End Sub
It seems that the event is raised only when the page changes.
But if I click again on the same item (just to refresh a random content, for example, in the same page) the event is not raised.
Is there any other method ?
Thanks to all.
2) Where can I find a list of events for every "object" ?
Until now I start writing and I wait for the help. So the helper suggests me:
tabbaritem1_click
I expect the same for page: but the help suggests _resize, not _appear, is it a bug or I'm looking for instructions in the wrong place ?:
Attachments
Last edited: