[flexcoders] KeyboardEvent in the Air. Like Ctrl+S,Ctrl+Q,etc. Is it bug?

2008-11-12 Thread Ju Aedis
Hi, Ctrl + S is used to save files in most applications. I add the KeyboardEvent Listeners in the TextArea. If the keyCode is Ctrl + S, I want to save the content in the TextArea. When I press Ctrl + S, the TextArea's text is added the signs like □()...

RE: [flexcoders] KeyboardEvent in the Air. Like Ctrl+S,Ctrl+Q,etc. Is it bug?

2008-11-12 Thread Alex Harui
I think you have to implement that functionality yourself. Try using the textInput event to block input to TextArea From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ju Aedis Sent: Wednesday, November 12, 2008 12:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]