Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Roee Bachar #1
MenuBar
Hi,
How do I build menu like the one at macromedia site ([url]www.macromedia.com[/url]).
Which component should I use?
Thank,
Roee
Roee Bachar Guest
-
HELP!!!About the menubar
Can the font-size of the menubar change??? I mean the top-level font. -
Menubar Help
I have a menu bar, that I have setup that I would like to use to control several view stacks. I have tried the 1.5 example on cflex.net but this... -
XML MenuBar
I've created a menubar that displays menus and their menuitems from an XML file. I did this by importing the XML schema and binding it to the... -
menubar using XML
I've created a menubar that displays menus and their menuitems from an XML file. I did this by importing the XML schema and binding it to the... -
Please help me with MenuBar
Hello every one i am relativly new to Flash i was wondering if any of you could help me with a problem i had i was able to get manubar to work... -
mashakela #2
menuBar
I know that if the the top-level node for menuBar is selected, a change event
is not broadcast. for example :
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml">
<mx:XML id="itemMenu">
<menu label="Home"/>
<menu label="Edit">
<menuitem label="Cut"/>
<menuitem label="Copy"/>
<menuitem label="Paste"/>
</menu>
<menu label="Logout"/>
</mx:XML>
<mx:Script>
<


Reply With Quote

