Den 06.05.2011 09:59, skrev Joe Minichino - TechFort:
I'm sure there is a more elegant solution but in the meantime, won't
something like this work for you:
if(count==1){
if(count==2){
// double click
} else {
// single click
}
}
just catch them in reverse order ;)
joe
This makes no sense - the "if (count == 2)" will never be true. -- Edvin
