I use this code and I want to use the B4XDialog:
How I can change the code and capture the click in the item of CustomListView to get the text and value?
Thanks in advance for any tip.
CustomLayoutDialog with CustomListView
1. Create a layout file with a CustomListView. Make sure that the CLV is anchored to all sides: 2. Create the dialog: Sub Activity_Click Dim cd As CustomLayoutDialog cd.ShowAsync("Choose item", "", "", "", Null, False) cd.SetSize(100%x, 100%y) 'request maximum size Wait For...
www.b4x.com
How I can change the code and capture the click in the item of CustomListView to get the text and value?
Thanks in advance for any tip.