I need to handle both single & double clicks on a UIComponent. Unfortunately my single click handler is preventing the double click handler from executing.
I found a nice blog post that explains a workaround for this: http://blogs.sophiacom.fr/flex/2008/08/double-click.html Before I implement this workaround, is there a better way? - Michael

