Having problem with Keyboard Event
Hi,
First here is my application structure where TextFlow Layout object is added.
Main -> Application
Canvas -> Canvas
Canvas -> Canvas
authorArea -> Canvas
HBox -> HBox
container -> Canvas
Canvas -> Canvas
tabNav -> TabNavigator
author -> Canvas
Module -> Module (This is a SWF file that loads via interface IModuleInfo load method. This is not optimised for Main application)
VBox -> VBox
Canvas -> Canvas
HBox -> HBox
VBox -> VBox
HBox -> HBox
VBox -> VBox
stemContainer -> Canvas
taStem -> VBox
_textFlow -> TextFlow
Now my problem is, when I have my focus set in _textFlow object and press Right/Left key from keyboard then the focus on TabNavigator also get changed from one tab to another. If this focus get changed and user pressthe space key the it jump to that particular tab.
can anyone have any suggestion to solve this issues.
Regards,
Amandeep Singh
