B4A Code Snippet SlidingMenu in more Activities - fredo    Aug 24, 2018   (4 reactions) The standard SlidingMenu works only in the main activity. (edited due to Erel's hint below)
This is a small example project on how to implement Erel's advice from here to make it work on more activities in one project.
71437... B4A Question SlidingMenu error : java.lang.NoSuchMethodError: No virtual method AddTwoLinesAndBitmap2(Ljava/lang/... - abonvici    Mar 22, 2021 Hi all,
thak you for your support.
I am totally new to b4a and try to experiment.
First library was SS_SlidingMenuStandard i downloaded form forum . but it gives such a crash
** Activity (main... B4A Question [SOLVED] How to apply Material design to SlidingMenu? - Sandman    Oct 2, 2018 There is a nice example of a very simple navigation drawer here:
https://www.b4x.com/android/forum/... B4A Question jeremyfeinstein slidingmenu Issue - MrKim    Oct 31, 2018 I am using this sliding menu with the following code:
Sub Globals
Private SMEdit As SlidingMenu
.
.
.
Sub Activity_Create(FirstTime As Boolean)
.
.
SMEdit.Initialize("SMEdit"....lib.SlidingMenu$OnOpenListener", "Open", Null)
jo.RunMethod... Runs the following message is logged:
Class not found: b4a.SlideMenu.customlistview, trying... B4A Question Only right SlidingMenu - yiankos1    Sep 11, 2018 I use this SlidingMenu lib. When i use BOTH mode everything working like a charm. If use only RIGHT menu, list view does not populate.
p.s. i use thread's example.... B4A Library [B4X] B4XDrawer - sliding drawer - Erel    Dec 8, 2020   (66 reactions)   tags: B4ADrawer sliding drawer, SlidingPanels, Sliding Menu, B4X, sliding drawer, B4A Class Sliding Drawer /basic4android/images/SS-2018-10-03_17.51.11.png A class that implements a sliding menu. Unlike the nice jfeinstein SlidingMenu library the drawer covers the activity instead of pushing... B4i 300dip = left menu width 2. Load the "Activity layout" to the drawer: Drawer.CenterPanel.LoadLayout("1") 3. Load the menu layout: Drawer.LeftPanel.LoadLayout("Left"... B4A Question SlidingMenu.AddItem ERROR - Imad71 (first post)    Nov 27, 2021
https://www.b4x.com/android/forum/threads/slidingmenu-error-java-lang-nosuchmethoderror-no-virtual-method-addtwolinesandbitmap2-ljava-lang.128952/#post-831058
The relevant answer there is
thanks... B4A Question B4X Drawer SlidingMenu - Chris Guanzon (first post)    Aug 23, 2021
thats false, because the drawer.centerpanel above the activity, a .sendtoback would not have helped... B4A Question SlidingMenu 1.2 - Sinan Tuzcu (first post)    Aug 19, 2021   (2 reactions) OK, I have changed my sourcecode and my App running now with B4XDrawer. I am very happy now because ... Spanish (SOLUCIONADO) ¿Cómo detectar que el menú derecho de un "jfeinstein10-slidingmenu" ha sido cerrado? - Yorvic22 (first post)    Jun 1, 2020 As Object = jo.CreateEventFromUI("com.jeremyfeinstein.slidingmenu.lib.SlidingMenu$OnCloseListener... Page: 1   2   3   4   5   6   7   |