B4J Question [ABMaterial] Navigation Bar issue(s)

Cableguy

Expert
Licensed User
Longtime User
Hi guys,

Getting back to ABMaterial after a long period of not touching it, I'm coming across a few issues, most, I was able to solve my self ( they were either code mistakes, either misuse)

I have the following:

B4X:
page.NavigationBar.AddSideBarItem("quisommesnous", "{I}Qui sommes nous{/I}", "", "../Page1/")

and this results in this:

1587586334650.png


but if i change it to :

B4X:
page.NavigationBar.AddSideBarItem("quisommesnous", "Qui sommes nous", "", "../Page1/")

I get this :

1587586453365.png


also, in either way, this line seems to do nothing:
B4X:
MyTheme.NavigationBar("NavBar").SideBarFontSize = ABM.SIZE_H4

SO, is this another code mistake or misuse, or is this a bug? (I can live with "as is" menu)
 

Harris

Expert
Licensed User
Longtime User
Did you clear the cache (obviously you did)...
 
Upvote 0
Top