I have a CustomListView that I am populating from two database queries. I want to add a separating line with text between the two sets of data.
I add the line
between the two queries but all I get is a white box with no visible text between the results from the queries. The queries work correctly and the clv is populated with the correct data, just the text item doesn't show.
Any ideas?
I add the line
B4X:
clv.AddTextItem("set2","set2")
Any ideas?