Hello,
I would like to have a color change and/or a hold when I click on an item in a list.
I use the object: CustomListView.
I tried different methods but it doesn't work (no color change or waiting message)
With this code, the waiting message does not appear.
If I put this property on the list, there is no color change when I select an item.
Thanks for your help.
I would like to have a color change and/or a hold when I click on an item in a list.
I use the object: CustomListView.
I tried different methods but it doesn't work (no color change or waiting message)
With this code, the waiting message does not appear.
B4X:
Private Sub ListQuartier_ItemClick (Index As Int, Value As Object)
hd.ProgressDialogShow("")
codeCdreseau=Value
ScreenListAnalysis
End Sub
If I put this property on the list, there is no color change when I select an item.
B4X:
ListQuartier.PressedColor=xui.Color_Gray
Thanks for your help.
Last edited: