Hello world.
I have some clvs with names of my students. When i click on a student then a new clv shows more details about him/her. For example the firstname, surname, tests points etc.
The data taken from a database in web.
The problem is when i double click the list item it fetches student information 2 times or more if i clicked fast enough.
The question is how i can prevent double or triple clicking on a list item before first click event run.
I have some clvs with names of my students. When i click on a student then a new clv shows more details about him/her. For example the firstname, surname, tests points etc.
The data taken from a database in web.
The problem is when i double click the list item it fetches student information 2 times or more if i clicked fast enough.
The question is how i can prevent double or triple clicking on a list item before first click event run.