menu

  1. Bruce Axtens

    Share My Creation BOKE - Bruce's Own Klong Editor

    Can be found on github. Uses the same menu setup engine as BOLE. Klong "is an array language, like K, but without the ambiguity. If you know K or APL, you may be disappointed by Klong. If you don't know any array languages, it might explode your brain. Use at your own risk!"
  2. sentechnologies

    Android Question How to add footer in navigationview

    how to add footer text in drawer navigationview after menu at bottom
  3. kokoroayo

    Android Question Grid Menu

    Hi all, I have an assignment to create an app to capture data for different diseases in locations. The list of diseases shall be loaded from database and displayed on the main page like a thumbnail in a grid with names written under each. Any disease clicked will open a page where data for the...
  4. nwhitfield

    Android Question Best current equivalent to B4i SMC and pages?

    I'm about to start work porting a B4i app back to B4A. Most of this should be fairly straightforward - I've already converted the core API handling stuff to be a cross platform class. But what's the best solution - ie supported libraries, with a good chance of long term compatibility - to the...
  5. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 15 Menus & Windows

    Hi This lesson covers 3 items being.. 1. Menu 2. SideMenu 3. Window 4. Popup 1. The menu This can be a vertical or horizontal menu that one can have and it can also have sub-menus. For each menu item one is able to indicate the icon and badge to mention a few. Dim menu As WixMenu...
  6. K

    B4A Class [B4X] myPopup popup menu (B4A/B4i)

    Here's a small class which produces a simple popup menu anchored to a view. It works in B4A and B4i currently. I've attached projects to show how it is used. Enjoy. [Edit] New version 1.1 has better support for popup menus inside (nested?) scrollviews.
  7. Jeffrey Cameron

    Android Example Fan Menu

    After all the work I went through to make the simple pie graph, I noticed I had 90% of the code to make a "Fan Menu" type library so I went ahead and created the following prototype: I don't have the time to create a full-fledged/featured library for this control, so I figured I would upload...
  8. Star-Dust

    B4J Library [B4X] [XUI] jSD BottoMenu (with source code)

    Download from Here iSD_BottoMenu Author: Star-Dust Version: 1.6 BottoMenu Events: Selected (Value As Int) Fields: BackGroundColor As Int Position As Int ' set or get Position Functions: AddMenu (CharText As String, FontName As B4XFont) As String Class_Globals As String Clear As String...
  9. Star-Dust

    B4A Class [B4X] [XUI] SD BottoMenu (with source code)

    SD_BottoMenu (update) Author: Star-Dust Version: 1.6 BottoMenu Events: Selected (Value As Int) Fields: BackGroundColor As Int Position As Int ' get or set Position Functions: AddMenu (CharText As String, FontName As B4XFont) As String Class_Globals As String Clear As String...
  10. Star-Dust

    B4i Library [B4X] [XUI] iSD BottoMenu (with source code)

    Download from Here iSD_BottoMenu (Update) Author: Star-Dust Version: 1.6 BottoMenu Events: Selected (Value As Int) Fields: BackGroundColor As Int Position As Int ' set o get position Functions: AddMenu (CharText As String, FontName As B4XFont) As String Class_Globals As String Clear...
  11. Alexander Stolte

    [B4X] [XUI] AS Bottom Menu V2

    A better menu, can you find here First, 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 want to support me, then you can do it here by Paypal or with a coffee. :) This is the V2 of the...
  12. Star-Dust

    B4i Library SD: RollMenu

    iSD_RollMenu Author: Star-Dust Version: 0.01 RollOutMenu Events: Click (ID As String) Fields: IsOpen As BOOL SpaceFromTop As Int TimeAnimation As Int Functions: AddImageButton (Bitmap As B4IBitmap*, ID As NSString*) As NSString* Class_Globals As NSString* Close (Animation As BOOL)...
  13. J

    Android Question TaskButton as a menu is possible ?

    Good Morning, Today I had an idea of using the task button in my application, as the menu is a task killer, I want to disable this function and leave it as a menu. Like the older versions of android. I tried debugging the events but it did not happen much besides being forced to go to the...
  14. Alexander Stolte

    B4A Class [B4X] [XUI] AS BottomMenu

    A better menu, can you find here A complete New and better Version of this View is available now. (V2) I'm very happy to share my first customview with the community. I develop Cross Platform Apps, it was too much code and too much effort to assemble my own bottom menu from many views. So I...
  15. uniplan

    Android Question DSNavigationDrawer How Lock and unlock

    HI, i'm working with DSNavigationDrawer panel menu...i see that is possible to lock and unlock the open of panel... How i can set the DSNavigationDrawer locked and unlocked? Thank you
  16. Javier Alonso

    Wish Pop Up Menu / List Async

    Hi, I wanted to reply to the thread by @TheDesolatedSoul but it is too old to reply. I would like to have the "id" library adapted to the InputListAsync method, if possible, to make menus with a simple inputlist. I have been using the feature widely and I would like to migrate to async. Thanks...
  17. Star-Dust

    B4A Library SD: MenuExtender

    I created a new library that adds new menus that are not in my other libraries. (menu and PanelExtra) The sources are written exclusively in B4A ManagerPanel: This class has been transferred to the PanelExtra Library Catalog: It has a series of articles with relative photos, name, code...
  18. D

    Wish B4J Menu (json) Editor

    First, thanks Erel for the amazing and very productive coding environments, and thanks too to everyone whose posts I have read to work out how to do lots of things. I feel I'm still only scratching the surface. My Wish: Erel, please can you consider making the sizing and position of the menu...
  19. Star-Dust

    B4A Library SD: Menu (with Animation)

    (No WRAP, No Java Only B4A) Guillotine is just a swivel guillotine panel that could accommodate a menu but also a panel with all sorts of views. The RollOut Menu and Side Menu are instead menus as you see in the Third Example. There is also a video in post # 6 TreeMenu (Tree ListView): This...
Top