Loading BAL files into sliding panels

dbryan

Member
Licensed User
Longtime User
I've gone through several tutorials now and I've actually started writing my first app with B4A. Now I'm trying to get a little more clever. I have a data entry form that is in 6 BAL files. It's easy enough to load the layouts one at a time and jump from layout to layout.

But of course what I'd like to do is be a little more fancy and incorporate these layouts as sliding panels or even better as the revolving cube design. I'm not sure how to create those sliding panels and the load the BAL files into them.

If anyone has a short code example I'd really appreciate it.

:sign0104:
 

margret

Well-Known Member
Licensed User
Longtime User
I tried this example and get the following:
I am using B4A 2.22, AHViewPager 1.03 and Core 2.22


Compiling code. 0.01
Compiling layouts code. 0.01
Generating R file. 0.26
Compiling generated Java code. Error
B4A line: 19
Container.Initialize
javac 1.6.0_23
src\adr\viewpager\main.java:247: cannot access android.support.v4.view.PagerAdapter
class file for android.support.v4.view.PagerAdapter not found
mostCurrent._container.Initialize(mostCurrent.activityBA);
^
1 error
 
Upvote 0
Top