roy89
Member
Hello, good morning. I have a big problem that I don’t know how to solve. Could someone please help me? I need the menu to work smoothly, but when switching activities, the action gets killed and the menu breaks. Could you please fix it for me?
Private Sub ASFlowTabMenu1_TabClick(index As Int)
Select index
Case 0 ' Home
Case 1
StartActivity(Comprar)
End Select
End Sub
"When I switch to another activity, the tab gets out of place."
Private Sub ASFlowTabMenu1_TabClick(index As Int)
Select index
Case 0 ' Home
Case 1
StartActivity(Comprar)
End Select
End Sub
"When I switch to another activity, the tab gets out of place."