menu

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS BottomActionSheet

    This view makes it quick and easy to let the user make an action. You need: AS_DraggableBottomCard I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS BottomActionMenu

    This view combines 2 views and makes it quick and easy to let the user make an action. You need: AS_DraggableBottomCard I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here...
  3. M

    Android Question having trouble with AHNavigationDrawer

    Hi everyone. i have a trouble with AHNavigationDrawer. I made a menu using AHNavigationDrawer. first of all i need to open menu from right to left but it open from left. the second problem is i have four button in bottom of page. when menu open these buttons are on top of the menu while they...
  4. R

    Android Question How to make this menu with B4XPages

    Thinking about finally moving to B4XPages, but not sure what to do with the menu. I am using AppCompat and Droppy (DonManfred) for the overflow menu items: https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/ All my screens are based on a panel and showing those screens is done...
  5. jroriz

    Android Question Correct way to implement menus

    I have an application that has 6 pages. All 6 pages have the same menu. Using B4XPages.AddMenuItem(Me, "...") on each page doesn't seem like the best idea... What about B4xDrawer? What's the best way to implement this menu? I prefer the simplest way possible. Menu Items: New request My...
  6. A

    iOS Question AddMenuItem in b4i

    Hi all In B4A I can use method AddMenuItem to add menu items to the Activity in runtime. Is it possible to do the same in b4i? Toolbar is not a option because items can't be vertically-only horizontally. Thanks
  7. Alexander Stolte

    B4A Library [B4X] [XUI] AS TabMenuAdvanced

    A container view controller that manages a multiselection interface, where the selection determines which child view controller to display. This view was developed and structured from scratch :) i spend a lot of time in creating views, some views i need by my self, but some views not and to...
  8. Alexander Stolte

    B4A Library [B4X] [XUI] AS FlowTabMenu

    The last custom view, for this year, a month ago, I felt like creating this view, but had been reluctant to publish it because there is still too little space used for the tabs. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high...
  9. Alexander Stolte

    B4A Library [B4X] [XUI] AS PopupMenuAdvanced based on xCustomListView

    This is a PopupMenu with a xCustomListView, so you can add simply new rows. And also add build in separator or title without having to worry about it yourself. Not all functions of the normal PopupMenu are available yet. For now it has only the functions I needed for my project. I spend a lot...
  10. carlos7000

    Spanish Compartir con mi aplicación [SOLUCIONADO].

    En la captura se puede ver una imagen que deseo conservar de WhatsApp. Quisiera que mi aplicación aparezca en el menú "Compartir", así al hacer click en mi aplicación, la misma recibe el path del archivo y lo guarde en una carpeta en la Memoria externa, micro sd. Me gustaría incluir en menú...
  11. Guenter Becker

    B4A Library Foldable(Drawer)Menu

    UPDATE! LibVersion: Alpha2.2 > Alpha2.4 - 2020/11/03 - Status: Field Test in progress. Implemented automatic measurement of the height of the title label now depends on titles textsize Implemented ScrollView to scroll big menus Implemented DIP consideration for image scale in pixels to scale...
  12. Alexander Stolte

    B4A Class [B4X] [XUI] AS Popup Menu

    This is a simple cross platform Popup Menu. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) Left: B4J Right: B4A...
  13. Alexander Stolte

    B4A Library [B4X] [XUI] AS Draggable Bottom Card

    This is my 2k'th post on this Forum and i want to share a nice library with you i made some months ago. It was not easy to create this library, it took many hours of testing and programming to make the user experience as good as possible. If you want to support me, then you can do this here or...
  14. Guenter Becker

    Android Question ActionBar Color and Icons

    Dear Erel, Due to the lack of documentation I have to place some questions as followes: How to change the color of the inbuild ActionBar? How to put a Logo Icon before the Title of the Action Bar? How to put an Icon before the MenuItem Text? Could you please give some snippets to answer this...
  15. S

    B4A Class PopupMenu SubMenu

    Hello, The class clsPopupMenu shows a Popup Menu which can own sub menus. The options are stored in a map. In the example they are in json file in the assets folder. 3 events are fired : - open : A popup menu has been opened - click : An option has been clicked - close : A popup menu has...
  16. Mrphone

    Android Question Sliding menu

    hi :) I want to create a SlidingMenu that is not displayed on the screen. That is, it is displayed next to the screen. Just like Instagram Like the picture above 👆 I used the B4XDrawer, unfortunately, it appears on the screen. I don't want this, I want it to be displayed next to the screen...
  17. R

    iOS Question The B4X Drawer Menu and Apple's Notched Screen

    The B4X Drawer is a very attractive feature for deploying a menu. With iPhones which all now have tall & thin screen sizes in portrait you need to make the drawer not too wide otherwise there is the danger you will take up almost all of the screen width when the menu is in view. A bigger...
  18. Alexander Stolte

    [B4X] [XUI] AS TabStrip (ASViewPager + ASTabMenu)

    Hello, this is a helper class to make it easier to create a tabstrip from the ASViewPager and ASTabMenu. Important You need ASTabMenu V1.13+ I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you...
  19. Alexander Stolte

    [B4X] [XUI] AS Tab Menu (Bottom Menu/Navigation)

    A better menu, can you find here Hey B4X-Forum! New Year, new views! :) The first one from me for this year is a better, simpler, faster and scalable Tab/Bottom-Menu. i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view...
  20. M

    Android Question AC ToolBar change menu button color

    Hi everyone! How do I change the color of this three dots?
Top