1, 2012 17:55:12 GMT+00:00
Subject: Re: [Proposal] Different behaviour on click and doubleClick on
UIComponent
Doug, Alex I'm pretty sure there should be something in the UIComponent to
make the difference between click & doubleClick event. I didn't investigate
too much in this, i
On 4/21/12 10:54 AM, "andrei apostolache"
wrote:
> Doug, Alex I'm pretty sure there should be something in the UIComponent to
> make the difference between click & doubleClick event.
DoubleClick is defined on flash.display.InteractiveObject. There is no code
in UIComponent for it.
> What I d
Doug, Alex I'm pretty sure there should be something in the UIComponent to
make the difference between click & doubleClick event. I didn't investigate
too much in this, it was just something that I had to deal on Friday and
wanted to see if someone else had this problem (mine was a bit more complex
On 12-04-20 8:48 AM, "Doug Arthur" wrote:
>On Fri, Apr 20, 2012 at 9:43 AM, andrei apostolache
> wrote:
>> Hi Scott,
>>
>> Is not about a new component, it's about all spark components that are
>> based on UIComponent. Think for example a simple spark button, > click="doSomething()" doubleClick=
On 4/20/12 8:43 AM, "andrei apostolache"
wrote:
> Hi Scott,
>
> Is not about a new component, it's about all spark components that are
> based on UIComponent. Think for example a simple spark button, click="doSomething()" doubleClick="doSomethingElse()"
> doubleClickEnabled="true" /> if you
On Fri, Apr 20, 2012 at 9:43 AM, andrei apostolache
wrote:
> Hi Scott,
>
> Is not about a new component, it's about all spark components that are
> based on UIComponent. Think for example a simple spark button, click="doSomething()" doubleClick="doSomethingElse()"
> doubleClickEnabled="true" /> i
postolache [mailto:apostolache.and...@gmail.com]
> Sent: Friday, April 20, 2012 4:45 AM
> To: flex-dev@incubator.apache.org
> Subject: [Proposal] Different behaviour on click and doubleClick on
> UIComponent
>
> Hi.
>
> It might be a weird proposal, but in some cases
[Proposal] Different behaviour on click and doubleClick on UIComponent
Hi.
It might be a weird proposal, but in some cases you might need to have
different behavior for a button/custom component based on UIComponent for click
and double click.
An workaround will be to start a 300-400 milliseco