Hi!

I am trying to use keyboard shortcuts within a Tab in my SuperTabNav.
The Problem is that I did not get the focus when I click into my
Tab-Component. The Tab is a VBox and implements the
"mx.managers.IFocusManagerComponent".
 
Code looks something like this:

<mx:VBox 
        xmlns:mx="http://www.adobe.com/2006/mxml"; 
        width="100%" height="100%"
        focusEnabled="true"
        implements="mx.managers.IFocusManagerComponent"
        keyUp="handleKeyboardEvent(event)"
...

Thanks!
Ron

  

Reply via email to