hi everyone
in my first Layout i have used TabBarController
i change the KeyController by this code
But when I do change the black screen to be displayed
this my code in frm_showcategory.show
in my first Layout i have used TabBarController
i change the KeyController by this code
B4X:
Sub pnl_category_Click
Main.App.KeyController = Main.NavControl
frm_showcategory.Show
End Sub
But when I do change the black screen to be displayed
this my code in frm_showcategory.show
B4X:
Public Sub Show
page_showCategory.Initialize("frm_showcategory")
page_showCategory.RootPanel.LoadLayout("frm_showcategory_sv")
main_sv.Panel.LoadLayout("frm_showcategory")
Main.NavControl.NavigationBarVisible =True
Main.NavControl.ShowPage(page_showCategory)
End Sub