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

2007-03-05 Thread Adam Royle
Umm... you've got public void myKeyDown when it should be: public function myKeyDown... and make sure you have 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, "jmorpher0

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

2007-03-05 Thread Robert Chyko
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. Anyone have any insight? -Original Message- From: flexcoders@yahoogro

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.ke