Dear All,
I have the 3-dot menu set in my actionbar with
This is something I want to appear when the actionbar shows only sometimes. How can I hide the menu and unhide it again?
I´ve searched the forum, but wasn´t sure if the question was exactly the same, so please bare with me if that´s indeed the case.
Thanks in advance!
I have the 3-dot menu set in my actionbar with
B4X:
ACToolBarLight1.InitMenuListener
Sub Activity_CreateMenu(Menu As ACMenu)
Menu.Clear
Menu.Add(0, 0, "Blahblah", Null)
Menu.Add(1, 0, "Blahblahblah", Null)
End Sub
This is something I want to appear when the actionbar shows only sometimes. How can I hide the menu and unhide it again?
I´ve searched the forum, but wasn´t sure if the question was exactly the same, so please bare with me if that´s indeed the case.
Thanks in advance!