B4i Question iSideMenu - mrossen    Nov 14, 2014   (1 reaction) Hi,
Is there anyone there got the iSideMenu to Work.
I have tried:
NavControl = Nav...)
SideControl.Initialize("Page2", NavControl, Null)
SideControl.OpenGesturesEnabled = True... B4i Question Button to Close SideMenuController not working - Alberto Iglesias    Feb 29, 2016 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 button to close the pageview? Only with gesture?
Like... B4i Question UIViewControllerBasedStatusBarAppearance=true and SideMenu - Semen Matusovskiy    Nov 8, 2019 Hi, guys -- Because Apple removed status bar window, I set UIViewControllerBasedStatusBarAppearance=true and subclassed UINavigationController and UIViewController to process preferredStatusBarStyle and prefersStatusBarHidden events. In general all is fine. But I have a trouble, when I change SideMenu controller to ordinary NavigationController. For a short time status bar becomes white by unknown reasons. Maybe IOS sends preferredStatusBarStyle to "something" (can't imagine to... B4i Question Mutliple Pages with Side Menu - aaronk    Nov 17, 2018 /#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 menu.
I have used the following code, and everything works... B4i Question Side Menu plus TabStrip - aaronk    Jul 10, 2018 Hi,
I am using the iSideMenu - https://www.b4x.com/android/forum/threads/isidemenu.46914/#post... something wrong?
My aim is to allow the side menu to open (which is working) but then I also want... B4i Question Problem iSideMenu / CustomListView ? - MarcoRome    Mar 1, 2018 Hi All.
I have iSideMenu and a CustomListView.
Now if i add iSideMenu with this code in Sub Show...))
SetStatusBarStyleLight
'Creo SideMenu
Dim nc As NavigationController
nc... B4i Question Disable AutoRotate if the controller is the SideMenuController - Deleted member 103    Sep 17, 2018 Hi,
How can you disable AutoRotate if the controller is the SideMenuController?
Since I changed the NavigationController and use a SideMenuController, the Sub Main_ShouldAutoRotate is no longer... B4i Question SideMenuController with Elastic effect???? - Alberto Iglesias    Jul 20, 2017 Hello,
Anyway to disable the "ELASTIC EFFECT" when you open the side page?
Look the effect when you create with B4i, comparing with another one:
un8fGWvJJjI... B4i Question Multiple Pages Example and SideMenuController - ykucuk    Jan 12, 2017 Hello,
I need to add SideMenuController in Page1Module (after user passed login screen) . I got error. My code is bellow
Sub Process_Globals
Private pg As Page
Dim sm As SideMenuController
End Sub... B4i Question iSideMenu issue - Descartex    Sep 17, 2016 :
47920
As you can see, the side menu shows empty. The app blocks there, because my client wanted to...Hi.
I'm almost finishing my IOS app, and there is a weird behaviour on opening the left side... Page: 1   2   3   4   5   6   7   |