Hi,
if i use ABM.SIDEBAR_MANUAL_ALWAYSHIDE property instead of ABM.SIDEBAR_MANUAL_HIDEMEDIUMSMALL when open the page and click over the hamburger i get this effect:
it seems that the grid of controls starts after the end of the menu. The example is take from ABM "demo" project with the only changes:
Are any other settings required to get the correct result?
thanks
ABM version 4.95 (but the same happens with 4.30)
if i use ABM.SIDEBAR_MANUAL_ALWAYSHIDE property instead of ABM.SIDEBAR_MANUAL_HIDEMEDIUMSMALL when open the page and click over the hamburger i get this effect:
it seems that the grid of controls starts after the end of the menu. The example is take from ABM "demo" project with the only changes:
B4X:
' behaviour as the old declaration
'page.NavigationBar.Initialize(page, "nav1", ABM.SIDEBAR_MANUAL_HIDEMEDIUMSMALL, Title, True, True, 330, 48, sbtopimg, ABM.COLLAPSE_ACCORDION, "nav1theme")
page.NavigationBar.Initialize(page, "nav1", ABM.SIDEBAR_MANUAL_ALWAYSHIDE, Title, True, True, 330, 48, sbtopimg, ABM.COLLAPSE_ACCORDION, "nav1theme")
Are any other settings required to get the correct result?
thanks
ABM version 4.95 (but the same happens with 4.30)