I use the (another great) AS_ScrollingChip lib from @Alexander Stolte.
I use this code to move between the selected chips and get the text of the chip (that is different of the tag).
I tried to use the same approach with the AS_Chips, but the lib don't have the GetLabelAt property.
Is possible to get the text of the chip in this lib?
Thanks in advance for any tips
I use this code to move between the selected chips and get the text of the chip (that is different of the tag).
B4X:
For i = 0 To AS_ScrollingChips1.getSelections.Size - 1
Log(AS_ScrollingChips1.GetLabelAt(AS_ScrollingChips1.getSelections.Get(i)).Text)
Next
Is possible to get the text of the chip in this lib?
Thanks in advance for any tips
Last edited: