Can not use the space of the hidden NavigationBar of NavStack. I need more space and it looks that I have to write a different main menu.
(for smartgwt-mobile.jar 14-apr-2016)
see picture attached (the top large gray space (the small rounded gray space around TableView is in another forum thread))
(for smartgwt-mobile.jar 14-apr-2016)
see picture attached (the top large gray space (the small rounded gray space around TableView is in another forum thread))
Code:
NavigationBar nav_bar = main_parent.getNavigationBar(); // main_parent extends NavStack as in main menu of ISC ShowCase nav_bar.setVisible( false); //the curent space does not reuse the top space of the hidden NavigationBar