why does the XCustomView library return an uninitialized B4XView object?
How to get around?
I would like to add a custom list view via code, as I have always done.
thank in advance
How to get around?
I would like to add a custom list view via code, as I have always done.
B4X:
m_clvInterventi.Initialize(Me, "lvInterventi")
Activity.AddView(m_clvInterventi.AsView, 0dip, m_HeightToolbar, 100%x, 100%y - m_HeightToolbar )
thank in advance