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 :-(.
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 :-(.
In my opinion it is very useful and good user experience, to organize all options in a context menu of an page (loosing space for buttons only for the main options). In B4A you can do it with B4XPages.AddMenuItem(Me, "Option 1"), ... With B4XPages you can almost use the same code for B4A and...