RE: [flexcoders] KeyEvent in Application and in component

2008-08-22 Thread Alex Harui
I wouldn't expect those to be eaten.  Run a simple test to verify

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jitendra jain
Sent: Thursday, August 21, 2008 11:39 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] KeyEvent in Application and in component

 

Thanks Alex, '+' and '-' keys . How would i enforce the browser to stop
eating those ??

 

Thanks,

with Regards,
Jitendra Jain

 

 

- Original Message 
From: Alex Harui [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, August 22, 2008 11:55:26 AM
Subject: RE: [flexcoders] KeyEvent in Application and in component

Which keys?  Many are eaten by the browser and you only get the KEY_UPs

 



From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com]
On Behalf Of jitendra jain
Sent: Thursday, August 21, 2008 9:39 PM
To: flex group flex
Subject: [flexcoders] KeyEvent in Application and in component

 

Hi Friends,

I have a key down listener in my application and also in my
component that is childeren of this main application.
But when i press a key, it doesn't fire any event. But when i change
this to key up listener it is firing. I know that the key precedence
starts with childern. Please help!!!

 

Thanks,

with Regards,
Jitendra Jain

 

 

 

 



[flexcoders] KeyEvent in Application and in component

2008-08-21 Thread jitendra jain
Hi Friends,

I have a key down listener in my application and also in my component that 
is childeren of this main application.
But when i press a key, it doesn't fire any event. But when i change this to 
key up listener it is firing. I know that the key precedence starts with 
childern. Please help!!!

 Thanks,

with Regards,
Jitendra Jain