Thank you so much Alex, I tried different ways to figure out the
problem, but it still doesn't work for me. hummm.......

Have a nice day :)

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> I'm sorry, I was under the assumption you had it working.  I'll take a
> look, but probably not until next week.
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of flexawesome
> Sent: Wednesday, December 12, 2007 9:25 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: How to disble double click in ComboBo?
> 
>  
> 
> sorry to pull the post up again, can anybody help me on this?
> 
> Thanks
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> , "flexawesome" <flexawesome@> wrote:
> >
> > 
> > Hey Alex, thanks for trying to help me out of this :)
> > 
> > You may see the events of "doubleClickEvents" here:
> > 
> >
> http://livedocs.adobe.com/flex/201/langref/mx/controls/ComboBox.html#pro
> pertySummary
> <http://livedocs.adobe.com/flex/201/langref/mx/controls/ComboBox.html#pr
> opertySummary> 
> > 
> > You could double click the ComboBox and you see ( "show" and "hide" )
> > the drop down list. I am going to disable double click event on
> > ComboBox components. Allows single click only.
> > 
> > Thanks
> > 
> > ========== Sample Code ========
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml
> <http://www.adobe.com/2006/mxml> "
> > layout="absolute" width="305" height="231">
> > 
> > <mx:ComboBox x="90" y="81" doubleClickEnabled="false"
> > mouseEnabled="true"/>
> > 
> > </mx:Application>
> > 
> > ==============================
> > 
> > 
> > 
> > --- In flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <aharui@> wrote:
> > >
> > > Where do you see the doubleclick event? I don't think ComboBox
> should
> > > be dispatching one. What is the event.target?
> > > 
> > > 
> > > 
> > > ________________________________
> > > 
> > > From: flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> 
> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> ] On
> > > Behalf Of flexawesome
> > > Sent: Thursday, December 06, 2007 2:12 PM
> > > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> 
> > > Subject: [flexcoders] Re: How to disble double click in ComboBo?
> > > 
> > > 
> > > 
> > > impossible? thanks a lot
> > > 
> > > --- In flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com>
> > > , "flexawesome" <flexawesome@> wrote:
> > > >
> > > > 
> > > > any suggestions? thanks
> > > > 
> > > > --- In flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> 
> > > <mailto:flexcoders%40yahoogroups.com> , "flexawesome" <flexawesome@>
> > > wrote:
> > > > >
> > > > > 
> > > > > Hi, I am working on ComboBox components and like to disable
> double
> > > > > click event once click the little scrub( arrow icons )
> > > > > 
> > > > > The code doesn't work for me. Is there any way to reach that?
> > > > > 
> > > > > Thanks
> > > > > 
> > > > > =========
> > > > > 
> > > > > <?xml version="1.0" encoding="utf-8"?>
> > > > > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml
> <http://www.adobe.com/2006/mxml> 
> > > <http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml> > "
> > > > > layout="absolute" width="305" height="231">
> > > > > 
> > > > > <mx:ComboBox x="90" y="81" doubleClickEnabled="false"
> > > > > mouseEnabled="true"></mx:ComboBox>
> > > > > 
> > > > > </mx:Application>
> > > > >
> > > >
> > >
> >
>


Reply via email to