Hi, I have a mx:Form in VDividedBox on the left hand side and a TabNavigator on the right VDividedBox. The parent application listens to TabNavigator' s VBox show event and set the Form.enabled to true or false. For certain tabs, I want to disable the form. Initially it's set to false. If the parent application sets From.enabled to true, it works fine. But when the parent sets it to false, nothing happens. But if I do a resize, then the form will get disabled.
Do you know what the problem can be? Any help will be appreciated. Thanks, Ken

