Re: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Darron J. Schall
Jason Hawryluk wrote: i have the same problem, i noticed a doubleClickEnabled property and setting that did not do it for the tree which is the only component i use it on. Seems double click is gone.../ not working. I'm pretty sure this is a known issue - doubleClickEnabled

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Joan Tan
You now need to set the doubleClickEnabled property to true to enable doubleClick events. Joan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dima Ulich Sent: Tuesday, March 21, 2006 4:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FB2

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Dima Ulich
I did try to set this property to true both in mxml and actionscript and it didn't help, debugging still shows that controls have the property set to false Dima --- Joan Tan [EMAIL PROTECTED] wrote: You now need to set the doubleClickEnabled property to true to enable doubleClick events.

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Jason Hawryluk
Thanks for the response. Agreed, but when your architecture depends on it I think it is a fairly significant thing to leave out. Or temporarily disable. Granted it is a beta ;) If I could discover a logical way to handle a tree click in conjunction with dragging then I would not have

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Jason Hawryluk
i have the same problem, i noticed a doubleClickEnabled property and setting that did not do it for the tree which is the only component i use it on. Seems double click is gone.../ not working. jason -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Joan Tan
Ulich Sent: Tuesday, March 21, 2006 7:46 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FB2 :: doubleClick bug event doen't happen I did try to set this property to true both in mxml and actionscript and it didn't help, debugging still shows that controls have the property set