LucaMs Expert Licensed User Longtime User Aug 22, 2021 #1 We can consider this a B4XDialog bug, because it must prevent a menu from being selected (the base panel should cover all). Last edited: Aug 22, 2021
We can consider this a B4XDialog bug, because it must prevent a menu from being selected (the base panel should cover all).
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2021 #2 B4XDialog cannot hide the menu items as it is a panel inside the activity. Upvote 0
LucaMs Expert Licensed User Longtime User Aug 23, 2021 #3 I had forgotten the basics! Then there are only two possible solutions: 1 - search if it is possible to lock the menus by code (one way is to exit the click event of the item in some situations but being able to disable it would be better); 2- create the app in full screen mode. Thank you. Upvote 0
I had forgotten the basics! Then there are only two possible solutions: 1 - search if it is possible to lock the menus by code (one way is to exit the click event of the item in some situations but being able to disable it would be better); 2- create the app in full screen mode. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2021 #4 You can ignore the menu clicks when the dialog is visible. Upvote 0
LucaMs Expert Licensed User Longtime User Aug 23, 2021 #5 Erel said: You can ignore the menu clicks when the dialog is visible. Click to expand... Yes, "If ... Return" Upvote 0
Erel said: You can ignore the menu clicks when the dialog is visible. Click to expand... Yes, "If ... Return"