Re: [Flashcoders] Re: Disable focus change on arrow keys down

2009-08-05 Thread Jer Brand
Complete shot in the dark, but have you tried upping the priority of the event listener and continuing to use stopImmediatePropagation()? My thought is that perhaps the focus change listener is occurring before your listener. So, if it's possible to up the priority of your listener above that of t

[Flashcoders] Re: Disable focus change on arrow keys down

2009-08-04 Thread Patrick Matte
I forgot to mention, it works if I set the scrollpane focusRect property to false. But I want to use the default yellow focusrect. > From: Patrick Matte > Date: Tue, 04 Aug 2009 16:35:43 -0700 > To: Flash Coders List > Conversation: Disable focus change on arrow keys down > Subject: Disable foc