Hi,
I am using the iSideMenu - https://www.b4x.com/android/forum/threads/isidemenu.46914/#post-290466
The above is working fine, but based on the example from the above page, I am trying to add a TabStrip to Panel1.
I used the designer and added the CustomView to add the TabStrip, but when I run the app is crashes and shows the following error:
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) but then I also want to add a section on the page (not the side menu) to scroll across as well.
Soon as I add the TabStrip the app crashes. Removing the TabStrip the app runs fine.
I am using the iSideMenu - https://www.b4x.com/android/forum/threads/isidemenu.46914/#post-290466
The above is working fine, but based on the example from the above page, I am trying to add a TabStrip to Panel1.
I used the designer and added the CustomView to add the TabStrip, but when I run the app is crashes and shows the following error:
B4X:
Copying updated assets files (1)
Application_Start
SignalHandler 11
Error occurred on line: 41 (Main)
Signal - 11
Stack Trace: (
"0 B4i Example SignalHandler + 120",
"1 libsystem_platform.dylib 0x0000000183460b48 _sigtramp + 36",
"2 UIKit <redacted> + 228",
"3 UIKit <redacted> + 148",
"4 B4i Example -[XLButtonBarView updateSelectedBarPositionWithAnimation:swipeDirection:pagerScroll:] + 192",
"5 B4i Example -[XLButtonBarPagerTabStripViewController viewWillLayoutSubviews] + 308",
"6 UIKit <redacted> + 1100",
"7 QuartzCore <redacted> + 184",
"8 QuartzCore <redacted> + 324",
"9 QuartzCore <redacted> + 320"
)
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) but then I also want to add a section on the page (not the side menu) to scroll across as well.
Soon as I add the TabStrip the app crashes. Removing the TabStrip the app runs fine.