On Apr 11, 2005 10:26 AM, nithya karthik <[EMAIL PROTECTED]> wrote:

> I am working on a project in Flex1.5, I would like to know the code of how
> to make a menu apper beneath the enabled Tab in a tab navigator on
> mouseover.

<mx:TabNavigator>
  <mx:VBox> <!-- active tab -->
    <mx:MenuBar dataProvider="{myMenuData}" />
  </mx:VBox>
  <mx:VBox>
  </mx:VBox>
</mx:TabNavigator>

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to