Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Eric Dunn
...@adobe.com To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009 12:03:04 AM GMT -06:00 US/Canada Central Subject: RE: [flexcoders] Pop-up Window issue I’ve seen something like this where the events in the pipeline get sent to the underlying app and result in dispatching an event

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Haykel BEN JEMIA
Subject: RE: [flexcoders] Pop-up Window issue I've seen something like this where the events in the pipeline get sent to the underlying app and result in dispatching an event that opens the dialog. For example, if you used ENTER to close the window, if someone leans on the ENTER key too long

RE: [flexcoders] Pop-up Window issue

2009-01-23 Thread Alex Harui
] On Behalf Of Eric Dunn Sent: Friday, January 23, 2009 6:52 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Pop-up Window issue Any suggestions on how to stay out of this hole. I am using a button with a click and not using KEY_UP or KEY_DOWN or ENTER. This thing is driving me to drinking

Re: [flexcoders] Pop-up Window issue

2009-01-23 Thread Eric Dunn
...@adpt-tech.com - Original Message - From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com Sent: Friday, January 23, 2009 12:29:42 PM GMT -06:00 US/Canada Central Subject: RE: [flexcoders] Pop-up Window issue Have a drink, then set break points on the method that pops

RE: [flexcoders] Pop-up Window issue

2009-01-22 Thread Alex Harui
I’ve seen something like this where the events in the pipeline get sent to the underlying app and result in dispatching an event that opens the dialog. For example, if you used ENTER to close the window, if someone leans on the ENTER key too long it repeats and the second ENTER goes to the app