Bug? B4A Menu Not Available with Ttitle Turned OFF

Phil Thompson

Member
Licensed User
Longtime User
I have an application with several items in the activity menu. If I have the Title Bar On then all works well. I also have a button on screen that runs activity.openmenu which also works.

However to save screen space( as the title bar occupies too much space and I cannot adjust it) I have turned off the title bar and created my own. The three dot menu button is no longer available(Title Bar) and my button(activity.openmenu) to open the menu no longer works.

Hardware is a Acer A1-830 Tablet
B4A Version 5.8
Can anyone offer any suggestions on getting access to my menu without the title bar?
 

Phil Thompson

Member
Licensed User
Longtime User
This is not a B4A bug. This is how Android works.

You can use quick action menu or one of the side menu libraries instead.


Button(Activity.openmenu) works fine on a Samsung S5 Phone with the title turned off but does not work on my acer tablet
 
Top