Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGwt - mobile - Can not use the space of the hidden NavigationBar of NavStack

    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))
    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
    Click image for larger version

Name:	space left - crop - Screenshot from 2016-05-09 12:49:21.jpg
Views:	37
Size:	24.5 KB
ID:	237772
Working...
X