Re: [flexcoders] KeyBoard Event Simulation

2007-10-23 Thread Peeyush Tuli
: Thursday, October 18, 2007 10:58 AM Subject: RE: [flexcoders] KeyBoard Event Simulation Keyboard events are notification events and not input events, which means that the player/textfield doesn't actually listen to and respond to these events, and just dispatch the events so we can

RE: [flexcoders] KeyBoard Event Simulation

2007-10-17 Thread Alex Harui
Keyboard events are notification events and not input events, which means that the player/textfield doesn't actually listen to and respond to these events, and just dispatch the events so we can know what is going on. You will have to write your own keyboard simulator for the TextInput that use