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:
and this results in this:
but if i change it to :
I get this :
also, in either way, this line seems to do nothing:
SO, is this another code mistake or misuse, or is this a bug? (I can live with "as is" menu)
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:
but if i change it to :
B4X:
page.NavigationBar.AddSideBarItem("quisommesnous", "Qui sommes nous", "", "../Page1/")
I get this :
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)