Sorry to ask a trivial question again:
When this warning comes up, it is said that I should add the panel to its parent - HOW ?
I add the panel by code (not Designer) and use:
Dim p as panel
p.initialize("")
p.LoadLayout("customlistview-row")
The parent is the activity itself, but when I use Activity.AddView(p,....) then this works only one time, but I want to add the panel many times in a customlistview.
Any help is appreciated,
Chris
When this warning comes up, it is said that I should add the panel to its parent - HOW ?
I add the panel by code (not Designer) and use:
Dim p as panel
p.initialize("")
p.LoadLayout("customlistview-row")
The parent is the activity itself, but when I use Activity.AddView(p,....) then this works only one time, but I want to add the panel many times in a customlistview.
Any help is appreciated,
Chris