Hi guys
I have this code...
In which MenuContainer is an ABMContainer inside a NavigationBar.ExtraContent.
I use the same approach all across my webapp, and this seems to be the only place where it doesn't fire.
I guess I will have to change them to Flat Buttons, but before going there, just inquiring if anyone else had this?
I have this code...
B4X:
MenuContainerButton4Label1.Initialize( AppPage, "menucontainerbutton4label1", "{B}{I}Contactez-nous{/I}{/B}", ABM.SIZE_Small, False, "MenuContainerButtonTitle")
MenuContainer.Cell( 4, 1).AddComponent( MenuContainerButton4Label1)
MenuContainerButton4Label1.Clickable = True
I use the same approach all across my webapp, and this seems to be the only place where it doesn't fire.
I guess I will have to change them to Flat Buttons, but before going there, just inquiring if anyone else had this?