[Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread grg_blls
Hi! May I ask why you need a MouseEvent.CLICK and a MouseEvent.DOUBLE_CLICK event on the same button? Wouldn't that be possible to use a simple Mouse.CLICK event together with a ctrlKey (or a altKey or shiftKey) pressed? Just wondering.. Thanks George --- In flexcoders@yahoogroups.com, Nick

Re: [Spam] [Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread Nick Middleweek
Hi George, This post was part of research into fixing a problem with Event bubbling... See thread: Stopping double-click of a button 'bubble' to the datagrid row. Cheers, Nick 2009/9/2 grg_blls grg_b...@yahoo.com Hi! May I ask why you need a MouseEvent.CLICK and a

[Spam] [Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread grg_blls
Well then, :) George --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi George, This post was part of research into fixing a problem with Event bubbling... See thread: Stopping double-click of a button 'bubble' to the datagrid row. Cheers, Nick 2009/9/2

Re: [Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-01 Thread Nick Middleweek
Beau, Thanks for this code... I've got another question though, I'll post it as another thread... Cheers, Nick 2009/9/1 Beau Scott beau.sc...@gmail.com The only way I've been able to accomplish this is to use a timer to filter out a double click, and then ferry the original click event