Thanks for reply
<mx:XMLList id="menuBarPP">
<menuitem label="Home"/>
<menuitem label="Main2"/>
<menuitem label="Main 3" data="Main 3"/>
<menuitem label="Main4">
<menuitem label="Sub-menu1" data="Sub-menu1"/>
</menuitem>
<menuitem label="Logout" data="logout"/>
</mx:XMLList>
<mx:MenuBar width="100%" height="36" id="myMenuBar"
labelField="@label" itemClick="menuHandler(event);"
click="menubarclick_PP(event)" useHandCursor="true" buttonMode="true"
mouseChildren="true" dataProvider="{menuBarPP}">
</mx:MenuBar>
like that i am having , i would like to set menuBarPP from XML file
that is availble from server.
Help me out
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---