Android Question Menus with B4XPages

brodmuehler

Active Member
Licensed User
Longtime User
Dear All

how do I do Menus in B4XPAges.

In B4A I would have used Activity.AddMenuItem(Name, EventHandler).

What is the equivalent in B4XPages? What I found is B4XPages.AddMenuItem(Me, Name). But there is no EventHandler. I am sure that I am missing something. But I don't find the right way :-(.

Many thanks for your help
René
 

Alexander Stolte

Expert
Licensed User
Longtime User
What is the equivalent in B4XPages? What I found is B4XPages.AddMenuItem(Me, Name). But there is no EventHandler. I am sure that I am missing something. But I don't find the right way :-(.
Have you seen this thread?
 
Upvote 0
Top