[flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread jmorpher03
Does anyone know how the the CTRL + key combination work ? Is this a Flex bug ? The Flex sample code in the help docs talks about this, but it doesn't seem to work. Whats wrong ??? --- In flexcoders@yahoogroups.com, jmorpher03 [EMAIL PROTECTED] wrote: Hi, I am trying to trap the ctrl key

Re: [flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread Adam Royle
Subject: [flexcoders] Re: ctrl key with a combination - doesnt seem to work Does anyone know how the the CTRL + key combination work ? Is this a Flex bug ? The Flex sample code in the help docs talks about this, but it doesn't seem to work. Whats wrong ??? --- In flexcoders@yahoogroups.com

[flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread jmorpher03
... keyDown=myKeyDown(event) Adam - Original Message - From: jmorpher03 To: flexcoders@yahoogroups.com Sent: Monday, March 05, 2007 9:11 PM Subject: [flexcoders] Re: ctrl key with a combination - doesnt seem to work Does anyone know how the the CTRL + key

RE: [flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread Robert Chyko
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmorpher03 Sent: Monday, March 05, 2007 8:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ctrl key with a combination - doesnt seem to work Hi Adam, That was a typo

RE: [flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread Robert Chyko
: [flexcoders] Re: ctrl key with a combination - doesnt seem to work I am having the same problem. At least from where I am standing there doesn't appear to be a way to capture the second key. I also get true for the value of event.ctrlKey and 17 for event.keyCode

[flexcoders] Re: ctrl key with a combination - doesnt seem to work

2007-03-05 Thread iko_knyphausen
Try it upon a KEYUP event --- In flexcoders@yahoogroups.com, jmorpher03 [EMAIL PROTECTED] wrote: Does anyone know how the the CTRL + key combination work ? Is this a Flex bug ? The Flex sample code in the help docs talks about this, but it doesn't seem to work. Whats wrong ??? --- In