b4xdrawer

  1. Guenter Becker

    B4A Library B4XDrawer Extension

    Name: TD_Drawer Version: 1 EarlyAccess Code: B4A TD_DrawerTree expands the possibilities of the B4XDrawer with the following functions: One single drawer , as a menu selection for all pages Display the menu as a tree structure. Design of the menu tree with the designer. Individual color...
  2. Alexander Stolte

    B4A Library [B4X] B4XDrawerAdvanced - Sliding Drawer - Left and Right Panel

    I took the original B4XDrawer code from @Erel and modified it to create a new view. This view supports right panel in B4A and B4I. What was often requested. 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...
  3. epiCode

    Android Question B4XDrawer Panel allows click/touch to pass through

    B4XDrawer panel allows all touch / click event to pass to elements below it unless it is on an element in the panel. Although I avoid modification in a class directly, to avoid issues when upgrading, I tried capturing LeftPanel_Click and LeftPanel_touch sub in B4XDrawer but it does not fire...
  4. fat32

    Share My Creation ANSIDroid - ANSI Art on Android

    Another "weird" app of mine, to render and display ANSI art in Android smartphones. You can download any .ANS, .DIZ, .NFO, even .TXT file and render it on the fly on your phone. It supports SAUCE data , various palletes for matching colors and many, many, many bitmap fonts to achieve 100%...
  5. E

    Android Question B4XDrawer and CustomListView

    Is there an example of using B4XDrawer and CustomListView with B4A?
  6. P

    Android Question Sliding Drawer unresponsive after a screen snapshot with B4XView?

    My App uses the sliding drawer as per AppCompat and a Screen snapshot - all works exactly as expected with the sliding drawer, until I do a PrtSc (activity snapshot). The items on the sliding drawer then fail to respond for a period - I cant decide if it is for a time (propbably not) or until I...
  7. John Isaac F. Castillo

    Android Question B4XDrawer Error: Failed resolution of: LandroidX/arch/core/executor/archTaskExecutor

    Good day everyone, I've tried searching the forum about the problem I'm having but no luck to find what's the solution. I am trying to run the B4XDrawer made by Erel, and I am having trouble. The example project build successfully but it crashes after installing saying...
  8. DroidLyon

    Android Question ASTABMENU animation on click optional ?

    This refers to @AlexanderStoltes impressive ASTabmenu I have now managed to successfully apply ASTabStrip & ASTabMenu to the b4xDrawer example of B4xPages :). (I've attached zip) Unfortunately despite looking I can't find a way to turn off the animation when you click on the tab ("it's like...
  9. DroidLyon

    Android Question B4xPages B4xDrawer example leftpanel not covering actionbar

    Hi All In the example given here and using B4A 10.2 I see that the left drawer does not cover the Centerpanel Page 2 Actionbar when you click the hamburger. The example for B4xdrawer does - see here I have search the forum, can see differences in the manifest, use of appcompat, it may be my...
  10. K

    Android Question B4XPages & B4XDrawer -> App Crashes when Loading page with Drawer

    Hi All I am having an issue where my test app is crashing when moving to the second page of my App, It seems to relate to the left Pane drawer but I cant see what I am doing wrong. Error log below, Also attached a sample project for reference. One other question, How do I set the size for a...
  11. 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...
  12. D

    Android Question Getting B4xDrawer to Work

    Hi, I have looked at the B4xDrawer Example at: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/#content From the code it is not immediately obvious how to use B4xDrawer without AppCompt. Is there perhaps an example that does not use AppCompt or a simpler way to...
  13. rleiman

    Android Question [SOLVED] - B4XDrawer - Shadow on the right side of the sliding drawer

    Greetings, I was looking at the properties of the B4XDrawer and wanted to add a shadow on the right edge of the drawer like in this photo I attached, but didn't see any shadow property. Do you know how he got it to look like that? The sample project that comes with this library doesn't have the...
  14. S

    Android Question B4XDrawer - IME_HeightChanged not firing

    After adding IME to the B4XDrawer example, all works fine except the IME_HeightChanged sub isn't triggering. I doesn't seem to be firing in other activities that I've added either?
  15. Martin Larsen

    Android Question [SOLVED] Problem B4XDrawer - sliding drawer

    I am trying to implement the B4XDrawer but when I run the example I get the following error: B4A Version: 9.50 Java Version: 8 Parsing code. (0.00s) Building folders structure. (1.25s) Compiling code. (0.59s) Compiling layouts code. (0.02s) Organizing libraries. (0.00s)...
  16. SayCheese

    Android Question B4xdrawer example error

    As a newbee to B4A, Java and Android programming even running a example file can be frustrating even after hours trying to figure out where I did something wrong in the installation process. I'm trying the B4Xdrawer example provided in [B4X] B4XDrawer - sliding drawer. I did the following...
  17. A0_2_A7

    Android Example Simple example B4XDrawer sliding drawer class with materialicons and fontawesome icons

    Good afternoon, I contribute to the community with a small example of the class B4XDrawer with material icons and fontawesome icons. Thanks to the whole community for this wonderful forum.
  18. S

    iOS Question iTabstrip and B4XDrawer

    When using a tabstrip placed within a b4xdrawer's centerpanel you cannot open the sliding menu using the gesture. Would it be possible to solve this? Tabstrip and B4XDrawer on Android have the behaviour I'm looking for, where if the slide comes from the edge of the screen it pulls open the...
  19. C

    Android Question B4XDrawer with activities

    Hello, I am trying to use the same drawer in my app through different activities. The problem I am facing is that the hamburguer and title in actionbar are not visible. I am not understanding why. Any help would be appreciate, thanks.
  20. Brandsum

    Android Question [SOLVED] B4XDrawer error with custom font

    Hi everyone, I'm using the latest version of B4XDrawer in my project. And I'm using a custom font for my application. It is compiling without any error. But when the app runs on the device I'm getting this error: *** Service (starter) Create *** ** Service (starter) Start ** ** Activity...
Top