M Milos Arunovic New Member Licensed User Longtime User Dec 17, 2015 #1 Is there any way to add value to item not only the text? I would like to get value on item click but to show text. For example: B4X: Sub acCompanies_ItemClick (Text as String, Value As String) [INDENT]Msgbox(Text, Value)[/INDENT] End Sub Or maybe just to get Position of the clicked item ... BR, Miloš
Is there any way to add value to item not only the text? I would like to get value on item click but to show text. For example: B4X: Sub acCompanies_ItemClick (Text as String, Value As String) [INDENT]Msgbox(Text, Value)[/INDENT] End Sub Or maybe just to get Position of the clicked item ... BR, Miloš
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2015 #2 Use a Map to map between the text and any other value you like. Upvote 0