B4A Question Sub Activity_CreateMenu(Menu As ACMenu) when fired and how to prevent - peacemaker    Jun 21, 2018 HI, All
Sometimes there is error at this sub, if without delay the AppCompat activity is required to be closed.
Seems, the menu is not created yet or so.
When the menu creation starts ? How to... B4A Question ACToolbar Menu - Activity_CreateMenu called twice - gravel (first post)    Jun 18, 2017 Yes, thank you. I was thinking I could work round it, but it seemed 'not right' that it was ... B4A Question When is Activity_CreateMenu fired - Noelkman (first post)    Aug 6, 2017   (1 reaction) I did't even scroll all the way down on the example. I guess it was too long for me the other da... B4A Question Activity_CreateMenu And Translation - BitsAndBytes (first post)    Jun 30, 2017   (1 reaction) I am sorry i forgot it! I just add it to the code above :)... B4A Question [Solved] AppCombat - Activity_CreateMenu - Air (first post)    Aug 16, 2016 Thanks,
i did as you said, now it works.... B4A Question AppCompat CreateMenu Error When Activity Paused - Kiran Raotole (first post)    Feb 20, 2020 Thanks... B4A Question how to hide menu items created by Activity.AddmenuItem3 - Fayez Boulos (first post)    Mar 8, 2019 Thanks Great Erel, your post solved my problem I can have now a better handle on the menus and changing them dynamically through code. here is Erel post.... I am grateful to you guys... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation ). You should prefer to create process objects. Only create Activity objects if it is really needed...-video-tutorial-creating-simple-library.html Basic4android has a very good support for external...-activities-life-cycle.html The IDE is a .Net process. It cannot load or inspect jar files. Therefore... the documentation for the online help. The XML file is created by using a custom Javadoc tool. Creating a new project: 1. Create a new Java project (not Android project). 2. Add a reference to... B4A Question Can I create a menu out side the Activity_Create ?? - JonPM (first post)    Jan 16, 2013 The menu items should only be created in Activity_Create. If you need a custom menu there are some libraries available to do this.
Here is an older thread on the topic... B4A Tutorial Material Design 4 - Modifyable and advanced Menu - corwin42    Jul 31, 2016   (32 reactions)   tags: Material Design _onCreateOptionsMenu(android.view.Menu menu) { if (processBA.subExists("activity_createmenu"... "Activity_CreateMenu" exists. If yes, then we call it and we provide the activities menu... of Activity_CreateMenu: Sub Activity_CreateMenu(Menu As ACMenu) Menu.Clear Dim item... can get access to the Menu object of the activity. This opens the possibility for modifyable menus... the menu of the ToolBar. For a standalone ToolBar (which is not set as the activity ActionBar) we... Page: 1   2   3   4   5   6   7   |