Hello,
I use xCustomListView V1.63
"CellItem" design contains only 1 label
I get this when compiling:
error: incompatible types: ViewGroup cannot be converted to B4XViewWrapper
Serge
I use xCustomListView V1.63
B4X:
Sub Globals
...
Private lv As CustomListView
...
End Sub
Sub fill_listview
Dim p As Panel
p.Initialize("")
p.SetLayout(0dip, 0dip, 160dip, 80dip)
p.LoadLayout("CellItem")
Label1.Text = csr.GetString("sometext")
lv.Add(p, "Item")
End Sub
"CellItem" design contains only 1 label
I get this when compiling:
error: incompatible types: ViewGroup cannot be converted to B4XViewWrapper
Serge