Android Question How stop javaobject.RunMethod SetSelector

jotajota52

Member
Hi !
I'm using the setSelector method on a list:
B4X:
jo.RunMethod("setSelector", Array(cdw))
This works fine when the selection is made by clicking on the list item
but when I select the item programmatically like:
B4X:
lvNetList.SetSelection(i)
The highlighting stays where it was the last time I cliked on the list.

Is there a way to stop the setselector from showing on the list ? (without recreating the list)
 
Top