Android Question AddMenuItem not showing when app is full screen

jimseng

Active Member
Licensed User
Longtime User
Hello.
Is this correct? When set to full screen you can't add a menu?
I have been looking through the docs and can't find out if I am trying to do something impossible.
 

FranckB

Member
Licensed User
Longtime User
Hi Erel and All

In https://www.b4x.com/android/forum/threads/ahviewpager-library-sliding-panels-now-perfect.14165/ example, title is not show
B4X:
#IncludeTitle: False

there is a menu add by programming

B4X:
'Add some menus for adding and removing pages
    Activity.AddMenuItem("Add new Page", "NewPage")
    Activity.AddMenuItem("Delete current Page", "DeletePage")

that appear in the bottom bar with BACK, HOME ...

How can i do that ?
I think i'm loosing something somewhere because i cannot reproduce that.

Thanks by advance

Franck
 
Upvote 0

FranckB

Member
Licensed User
Longtime User
Thanks Erel for your fast response.

Could you try the "ahviewpager" example i talk in my first message : it's work !
The "icon : menu" is add when the activity start as you can see in the picture i join.
I cannot find how to have this icon add like in this example...

greuuuh.... ;-)

Sorry for my poor english
 

Attachments

  • export_01.jpg
    export_01.jpg
    25.1 KB · Views: 304
Upvote 0
Top