[flexcoders] Re: Problem with Keyboard events in Firefox (OSX)

2007-12-14 Thread aconfrey
the classic, browser won't activate plug-in > issue. When Flash apps start up in FireFox, they can't be given focus. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of aconfrey > Sent: Fr

[flexcoders] Re: Problem with Keyboard events in Firefox (OSX)

2007-12-14 Thread aconfrey
@yahoogroups.com, shaun <[EMAIL PROTECTED]> wrote: > > Hi, > > I think you need to attach the listeners to the stage. > > HTH > > aconfrey wrote: > > I'm going crazy with a bug/feature trying to receive keyboard events. > > I've created a very basic

[flexcoders] Problem with Keyboard events in Firefox (OSX)

2007-12-13 Thread aconfrey
I'm going crazy with a bug/feature trying to receive keyboard events. I've created a very basic app to demonstrate. I have a VBox with a Canvas containing a TextArea. I want the TextArea to be invisible unless a certain key is pressed. With the code as listed below on Firefox I only receive KEY_DOW