Hi all. I searched a lot for this issue I'm having right now but, a part from the fact it's not easy to "clarify" it in a Google textbox, I found nothing.
I'm using a CustomListView that's a CustomView with designer support. The fact is I have to add a new CustomListView to a panel at run time.
I thought it wasn't a problem, but I'm getting a compile error when trying:
and the error is:
So, a part from the fact I was thinking that customviews were in fact views ... there's a solution?
As usual, thank you so much.
I'm using a CustomListView that's a CustomView with designer support. The fact is I have to add a new CustomListView to a panel at run time.
I thought it wasn't a problem, but I'm getting a compile error when trying:
B4X:
Panel.AddView(cListView, 0, 0, Panel.Width, Panel.Height)
and the error is:
B4X:
error: incompatible types: customlistview cannot be converted to View
So, a part from the fact I was thinking that customviews were in fact views ... there's a solution?
As usual, thank you so much.