ciginfo Well-Known Member Licensed User Longtime User Aug 23, 2020 #1 Can I get some other action, other than showing a new view when clicking on a tab. I would like to reset a variable every time we press a tab.
Can I get some other action, other than showing a new view when clicking on a tab. I would like to reset a variable every time we press a tab.
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2020 #2 You can handle the TabChanged event. Upvote 0
ciginfo Well-Known Member Licensed User Longtime User Aug 23, 2020 #3 Comme ça ? [CODE = b4x] Sub Tabhost1_TabChanged (Index As Int, Tabhost1 As Tabhost) Var = 0 End Sub [/ CODE] Upvote 0
Comme ça ? [CODE = b4x] Sub Tabhost1_TabChanged (Index As Int, Tabhost1 As Tabhost) Var = 0 End Sub [/ CODE]