Beja Expert Licensed User Longtime User Dec 23, 2013 #1 An example project referenced this lib/obj, but it was not on the lib pane.. Any help appreciated.
M Mahares Expert Licensed User Longtime User Dec 23, 2013 #2 You need the AHViewPager lib 2.01. Get it here: http://www.b4x.com/android/forum/th...ary-sliding-panels-now-perfect.14165/#content Upvote 0
You need the AHViewPager lib 2.01. Get it here: http://www.b4x.com/android/forum/th...ary-sliding-panels-now-perfect.14165/#content
Beja Expert Licensed User Longtime User Dec 23, 2013 #3 Thanks Mahares, I added the lib and now I got this error at compilation. Parsing code. 0.05 Compiling code. 0.14 Compiling layouts code. 0.00 Generating R file. 0.27 Compiling generated Java code. Error B4A line: 61 container.Initialize javac 1.7.0_21 src\de\amberhome\viewpagerexample\main.java:293: error: cannot access PagerAdapter mostCurrent._container.Initialize(mostCurrent.activityBA); ^ class file for android.support.v4.view.PagerAdapter not found 1 error Click to expand... Where do you think this came from? Upvote 0
Thanks Mahares, I added the lib and now I got this error at compilation. Parsing code. 0.05 Compiling code. 0.14 Compiling layouts code. 0.00 Generating R file. 0.27 Compiling generated Java code. Error B4A line: 61 container.Initialize javac 1.7.0_21 src\de\amberhome\viewpagerexample\main.java:293: error: cannot access PagerAdapter mostCurrent._container.Initialize(mostCurrent.activityBA); ^ class file for android.support.v4.view.PagerAdapter not found 1 error Click to expand... Where do you think this came from?
Erel B4X founder Staff member Licensed User Longtime User Dec 24, 2013 #4 You are missing the "support" library. See the red message here: http://www.b4x.com/android/forum/th...ary-sliding-panels-now-perfect.14165/#content Upvote 0
You are missing the "support" library. See the red message here: http://www.b4x.com/android/forum/th...ary-sliding-panels-now-perfect.14165/#content