I'm using the AppCompat library to replace the standard Action bar as described in https://www.b4x.com/android/forum/t...3-using-a-toolbar-as-actionbar.49053/#content.
It all works as documented and I can dynamically adjust the menu items as needed.
I was wondering if there was any way I could detect when the user touches the "more" icon to open the menu, as I'd like to cancel some other ongoing UI activity at that point, rather than at the point where the user chooses a menu item. Is there anything like a "menu_opened" event?
Thanks.
It all works as documented and I can dynamically adjust the menu items as needed.
I was wondering if there was any way I could detect when the user touches the "more" icon to open the menu, as I'd like to cancel some other ongoing UI activity at that point, rather than at the point where the user chooses a menu item. Is there anything like a "menu_opened" event?
Thanks.