Hello,
i want to use the B4XLoadingIndicator in my xcustomlistview.
The problem is this:
The error is: Types do not match
but, i dont know, how to control the view otherwise, without this method.
i want to use the B4XLoadingIndicator in my xcustomlistview.
The problem is this:
B4X:
Dim LayoutPanel As B4XView = xui.CreatePanel("")
LayoutPanel.SetLayoutAnimated(0, 0, 0, MyList.AsView.Width, height)
LayoutPanel.LoadLayout(LayoutName)
Dim loading As B4XLoadingIndicator = LayoutPanel.GetView(0) 'here is the error
but, i dont know, how to control the view otherwise, without this method.