How to get a custom view from a panel or parent.
I created a layout with a customview. Then I try to load the layout inside a panel. How to get the customview now? like dim cv as custoview = Panel.GetView(0).
I got this error..
java.lang.ClassCastException: anywheresoftware.b4a.BALayout cannot be cast to com.napps.stl.customview
I created a layout with a customview. Then I try to load the layout inside a panel. How to get the customview now? like dim cv as custoview = Panel.GetView(0).
I got this error..
java.lang.ClassCastException: anywheresoftware.b4a.BALayout cannot be cast to com.napps.stl.customview