Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-23 Thread Carol Frampton
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

Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-21 Thread Alex Harui
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

Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-21 Thread andrei apostolache
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

Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-20 Thread Duane Nickull
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=

Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-20 Thread Alex Harui
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

Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-20 Thread Doug Arthur
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

Re: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-20 Thread andrei apostolache
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

RE: [Proposal] Different behaviour on click and doubleClick on UIComponent

2012-04-20 Thread Guthmann, Scott
[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