> One option is to fire a timer on the click event, and if a doubleclick > hasnt occured in the interim, then handle it as a click. Pretty ugly > huh? but it will work. Alternatively handle the doubleclick yourself > by seeing if two clicks occur in the timers interval.
Yeah, it is the only way I see... but the problem is that this behavior depends on some native system properties (delay between two clicks to consider it as a double click for instance). That's why I would have preferred to have this behavior already implemented :) Cheers, Mathieu LEMAIRE