[flexcoders] Re: flex2b3 - keydown re-visted

2006-06-12 Thread bhaq1972
thanks Matt. (i'm actually sending this response again) --- In flexcoders@yahoogroups.com, Matt Horn [EMAIL PROTECTED] wrote: You can add the listener to the stage object: stage.addEventListener(KeyboardEvent.KEY_DOWN, keydown_handler); Or you can set the focus on the app in init():

[flexcoders] Re: flex2b3 - keydown re-visted

2006-06-12 Thread bhaq1972
thanks Matt, thats seems to work, but i'll need to do more tests. --- In flexcoders@yahoogroups.com, Matt Horn [EMAIL PROTECTED] wrote: You can add the listener to the stage object: stage.addEventListener(KeyboardEvent.KEY_DOWN, keydown_handler); Or you can set the focus on the app in