Android Question Use B4XSearchTemplate to Display a List of Color Names and Color Palettes

Mahares

Expert
Licensed User
Longtime User
Can I use the B4XSearchTemplate with B4XDialog to display a list of items and corresponding color palettes as shown in the screenshot and be able to filter the search by the name of the color as I type letters. I am trying to use customlistview1 in the internal searchtemplate.bal of XUI views library to populate it with the names and their corresponding color palette. I can only use the names when setting up the items list with this: SearchTemplate.SetItems(MyList)
 

Attachments

  • ListofColors.png
    ListofColors.png
    15.4 KB · Views: 212
Last edited:

Mahares

Expert
Licensed User
Longtime User
Yes, if you modify the code
Any ideas on where to focus in the code and what to change. I have tried for a long time to solve, but have not succeeded. and could not get around the B4XSearchTemplate list limitation.
 
Upvote 0
Top