Thank u for ur reply.. suppose i need to use an external dataprovider for a menubar which is of the form :
<Category>
 <Id>1</Id>
 <Name>Artistry� Skin Care and Cosmetics</Name>
 <Description> A full range of basic to speciality skin care treatments made with the highest quality formulations to meet the needs of women. 
 </Description>
 <Image>homephoto.jpg</Image>
 
 <Subcategory>
  <Id>1</Id> 
  <Name>Dry-Skin</Name>
  <Description>Testing jaxb</Description>
  <item>123.xml</item>
 </Subcategory>
</category>
 
how should i use the dataprovider and retrive only the category name and display it in the menubar.. please help me inthis regard..
thanks,
nithya

Manish Jethani <[EMAIL PROTECTED]> wrote:
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

Reply via email to