Android Question [Solved] CharSequence / CSBuilder don't works in AddTextItem of CustomListView

asales

Expert
Licensed User
Longtime User
I tried add this code to the item of CustomListView, but dont' worked:
B4X:
cs.Initialize.Color(Colors.Red).Append("Hello ").Pop.Append("World!").PopAll
clv.AddTextItem(cs, -1)
Is possible to format the text of AddTextItem using CharSequence / CSBuilder or I need to create a custom layout?

Thanks in advance for any tip.
 

DonManfred

Expert
Licensed User
Longtime User
csbuilder not working with xCustomListView v1.02
1. You should create a NEW thread for your question instead of posting to an old (NOT YOURS) thread.
2. I don´t believe it does not work with xCustomListView! Create a new thread and post an example project which shoes the issue.
 
Upvote 0
Top