Is it possible to place a CustomListView within a TabHost?
I am doing:
But error: "Types do not match"
On Compile:
I am doing:
B4X:
tbhMain.AddTab2("Events",clvEvents)
On Compile:
B4A version: 6.30
Parsing code. (0.06s)
Compiling code. (0.35s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Generating R file. (0.18s)
Compiling debugger engine code. (4.67s)
Compiling generated Java code. Error
B4A line: 86
tbhMain.AddTab2(\
javac 1.8.0_102
src\anywheresoftware\b4a\samples\customlistview\main.java:536: error: incompatible types: customlistview cannot be converted to View
mostCurrent._tbhmain.AddTab2("Events",(android.view.View)(mostCurrent._clvevents));
^
1 error