Roberto P. Well-Known Member Licensed User Longtime User Apr 1, 2014 #1 How can I delete or hide a menu from a Activity, which I added programmativamente with: Activity.AddMenuItem3 ("", "mnuEdit" LoadBitmap (File.DirAssets, "ic_action_edit.png"), True). In other words I have to see the menu only in some cases. thanks
How can I delete or hide a menu from a Activity, which I added programmativamente with: Activity.AddMenuItem3 ("", "mnuEdit" LoadBitmap (File.DirAssets, "ic_action_edit.png"), True). In other words I have to see the menu only in some cases. thanks
DonManfred Expert Licensed User Longtime User Apr 1, 2014 #2 Cou cannot delete or hide the menu. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 2, 2014 #3 You can however create a custom menu instead: http://www.b4x.com/android/forum/threads/ahquickaction-library-nice-looking-popup-menus.14563/ Now you will have full control over the menu items. Another option: jfeinstein10 SlidingMenu library Upvote 0
You can however create a custom menu instead: http://www.b4x.com/android/forum/threads/ahquickaction-library-nice-looking-popup-menus.14563/ Now you will have full control over the menu items. Another option: jfeinstein10 SlidingMenu library
tchart Well-Known Member Licensed User Longtime User Apr 2, 2014 #4 You could look at this class I wrote, it may help you. http://www.b4x.com/android/forum/threads/class-mutablemenu-alter-menu-at-runtime.30325 Upvote 0
You could look at this class I wrote, it may help you. http://www.b4x.com/android/forum/threads/class-mutablemenu-alter-menu-at-runtime.30325