See http://livedocs.adobe.com/flex/3/langref/flash/events/IEventDispatcher.html 
(The useCapture parameter).

--- In [email protected], "mole5000.geo" <aardvark5...@...> wrote:
>
> Thank you for this information, my app now works, which is always good.  
> Thinking about the problem (and knowing the solution) it makes logical sense 
> that you would need a capture and non-capture listener to get all keyboard 
> events. Is this info about adding two event listeners explicitly stated 
> anywhere in the SDK documentation?  From my searching I can only remember 
> seeing references to adding event listeners to the stage using capture.
> 
> --
> Alistair Hutton
> 
> --- In [email protected], Alex Harui <aharui@> wrote:
> >
> > There is no capture phase at the target so if no component has focus, the 
> > stage dispatches the event and a capture phase listener will not see it.  
> > There are places in the framework where we listen to stage in both target 
> > phase and capture phase in order to get "everything"
> > 
> > Alex Harui
> > Flex SDK Developer
> > Adobe Systems Inc.<http://www.adobe.com/>
> > Blog: http://blogs.adobe.com/aharui
> >
>


Reply via email to