[flexcoders] Locking the focus to a component

2007-05-23 Thread thirtyfivemph
I've got an app where I want a single component to *always* have keyboard focus and prevent other components (like lists, buttons, etc.) from ever getting keyboard focus (they'll all be mouse-controlled). What's the best way to do this? Is there a straightforward global way to handle this or will

RE: [flexcoders] Locking the focus to a component

2007-05-23 Thread Alex Harui
Try turning off focusEnabled and tabEnabled in all other components. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thirtyfivemph Sent: Wednesday, May 23, 2007 9:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Locking