B4i Question [Solved] iSideMenu with B4XPages? - Erel (first post)    
Dec 29, 2021Try to add the side menu in Application_Start, as done here: https://www.b4x..46914/post-290466
B4i Question Example for tab bar AND side menu - Francisco Picado (first post)    
Apr 29, 2016   
(1 reaction)thanks for posting this, i was trying to do this but with TabBar, i dont know if is the same or it doesn't work with it, but i will give it a try. thanks!!!
link: Meanwhile I got a step further. I expanded the example "UINavBar" of the Beginner's Guide (p.248 Ed. 1.1). I uploaded my solution here. It is a try an
link: Hi
i am new to b4i and am experimenting with this fascinating tool. As far I managed to build an App with either tab bar or side menu but not both.
Do
Share My Creation Chemist Calc - status: approved - ilan (first post)    
Nov 21, 2015   
(4 reactions)ok after telling them that there is a side menu, they approved my app (went really quick)
here is the link: https://itunes.apple.com/us/app/chemist-calc/id1052603017?l=iw&ls=1&mt=8
link: first version was rejected because they could not find how to get to the other screens.
it is really weard that they could not find the side menu on t
B4i Question Close SideMenu by clicking on background page - Erel (first post)    
Oct 16, 2016   
(1 reaction)It is very simple. Put a panel as the side menu background and:
Sub Panel1_Click
smc.CloseMenu
End Sub
link: I have a side menu, which opens either by a pan gesture or a hamburger symbol. Once open the side menu can be closed with the same mechanism. But I ca
link: Hi,
Thank you for the wrapper info. Concerning 3D, I used to program an app with Appgyver. There was an option "swingingDoor". The native side menu p
link: Hi Jan,
Thank you, this works! As I am quite new to b4i I do not yet understand the mechanism but I am happy that I have a solution. Do you know wher
Wish RESideMenu lib - Erel (first post)    
Apr 15, 2018   
(1 reaction)Welcome!
Note that there is a side menu library available (without the scaling effect) named iSideMenu.
B4i Question Side Menu plus TabStrip - Erel (first post)    
Jul 11, 2018I haven't tested your code. Are you adding at least one page to TabStrip? Otherwise it will crash.
link: I have attached the test project I used for testing. Maybe I am doing something wrong?
My aim is to allow the side menu to open (which is working) bu
link: Initialize("lp")
lp.RootPanel.Color = Colors.Red
lp.RootPanel.LoadLayout("1")
Dim rp As Page
rp.Initialize("rp")
rp.RootPanel.Colo
B4i Question Mutliple Pages with Side Menu - aaronk    
Nov 17, 2018Hi,
I think I am doing something wrong but can't work it out.
I have been using the Multiple Page example tutorial - https://www.b4x.-pages-example.48170/#content
I am trying to add a side menu to one page only.
For example, PagePage1Module to show the side menu but the rest not to show the side
link: I recommend you to use B4XDrawer for new projects: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/#content
It is nicer
link: Whops.. uploaded the wrong working sample.
See the attached working sample.
All pages/screen should not allow the side menu to show, and only the Pag
link: See attached.
I think I might of got it working, but want to double check I have done it correct.
The non-working example attached is based on Post
B4i Question SidemenuController - narek adonts (first post)    
Apr 09, 2015   
(1 reaction)When the side menu page will be visible sidemenupagename_appear event will be raised
link: Does anyone know if it is possible to find out if a menu is open on the SideMenuController.
It seems to be bad UI that you can open the menu with the
link: Great - thanks for that Narek.
Just so everyone knows, I used the Page_Appear event and the Page_Disappear events for the two pages I add to the Side
link: Using the SideMenuController the Button or any object in main page is disabled when Opened, is correct?
I can´t use a simple button or top left butto
B4i Question Menu with Icon - Erel (first post)    
Oct 02, 2019I recommend you to use B4XDrawer instead.
You can put any layout you like in the side menus. Create a layout with a CustomListView and then add icons and text as items.
link: Hai..
I want to make menu in B4i..currently i use SideMenucontroller for make menu..but i only can make menu with only text. can i add icon in front
link: thank's for your replay erel..
Can you give me sample/link because i am newbie..
Thanks
link: You are confusing different things. B4XDrawer is responsible for the drawer container. You can put whatever you like inside.
You can use xCustomListV
B4i Question iSideMenu stop menu's from opening - Brian Robinson (first post)    
Mar 06, 2015Sorry, forgot to mention that you need the iTableVew library for my side menu.
Thanks for the suggestion, but there is nothing in there that would be forcing Page_Resize to be called.
Cheers
Brian
link: I have created a small example of what I mean.
In my example I am trying to turn off the side menu's from a side menu item, which is not what I am do
link: Quick Question.
Is the OpenGesturesEnabled property when set to false designed to stop you from being able to open the side menu's?
I have set it to
link: Are you sure?
I disable this feature and swipe menu not open with gesture
Page: 1  
2  
3  
4  
5  
6  
7  
Powered by ColBERT