I would like to get the Panels from a StdViewPager in the code.
How can I do it ?
The StdViewPager is added in the code and GetType returns:
anywheresoftware.b4a.objects.StdActionBar$StdViewPager
Using v = Activity.GetView(0) and GetType(v) returns:
android.support.v4.view.ViewPager
Is there a possibility to get the anywheresoftware.b4a.objects.StdActionBar$StdViewPager object from android.support.v4.view.ViewPager ?
How can I do it ?
The StdViewPager is added in the code and GetType returns:
anywheresoftware.b4a.objects.StdActionBar$StdViewPager
Using v = Activity.GetView(0) and GetType(v) returns:
android.support.v4.view.ViewPager
Is there a possibility to get the anywheresoftware.b4a.objects.StdActionBar$StdViewPager object from android.support.v4.view.ViewPager ?