B4J Question ABMaterial - any callback from ABMSideBar

peacemaker

Expert
Licensed User
Longtime User
HI, All

I see that Page_NavigationbarClicked() is NOT raised.
But how to correctly use ABMSideBar, if to click SideBarItems ?
 

peacemaker

Expert
Licensed User
Longtime User
But... actually no code yet
B4X:
    Dim sb As ABMSideBar
    sb.Initialize(page, "sb", 80, 30, 30, Null, others.ABM.COLLAPSE_ACCORDION, "")
    page.NavigationBar.AddTopItemWithSideBar("LangSidebar", "", "mdi-action-language", "", others.ABM.VISIBILITY_ALL, sb)    '?
    ' add your navigationbar items
    For i = 0 To others.langs.Length - 1
        Dim t As String = others.langs(i).ToUpperCase
        sb.AddSideBarItem(t, t, "")
    Next
  
  
    'where others.langs
    Dim langs() As String = Array As String("RU", "EN", "ES")

Just created, but no idea yet how to use, how to switch the web-site language via SideBar.
Some way of getting taps are needed (with auto-close the bar).
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…