Thanks for ur code.. But it is not what i exactly want.. I done want a menu bar to appear beneath the tab, i want just the menu ie, a rectangular area like a vbox holding a list of menus to appear just beneath the tab being enabled.. I have also sent a mail to ur personal id with the code that i am using now.. Please help me in this regard.. its an urgent requirement..
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! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
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 the Yahoo! Terms of Service.

