B4J Question Listview clicked ?

lucdrb

Active Member
Licensed User
Longtime User
Hi,

I want to know when a listview is clicked to clear a textfield

I've allready use the SelectedIndexChange event but when the click is on the same line nothing work (wich is normal :))

I've seen the MouseClicked (EventData As MouseEvent) event but i don't know how to use it.

Thanks in advance
Luc
 
Top