Hello to all members of this community. I was wondering, is there any way to have a fixed menu (it can be any of the various ones shared in this forum) in an area that remains visible even when switching between activities or pages in B4XPages? Something similar to a MenuStrip in .NET, so that I don't have to create the menu in each activity or page.
1. You can use the build-in menu with B4XPages.
2. For custom menus, in B4A all the pages are actually panels inside the main activity. You can add another panel in the Main activity code and set its elevation to 10dip.