Anyone have a clue how to disable a menu bar item, when it is not the 
top level?

Given a structure like this:
<menuItem label="File">
  <menuItem label="New" />
  <menuItem label="Open" />
  <menuItem label="Save" />
</menuItem>

I can easily get a handle on the root node ("File"), by accessing 
myMenu.menuItems[0], however, i'm banging my head against the wall 
trying to get a handle on Save as a MenuBarItem, as the File item 
doesnt seem to have child items representing the others.

Can someone point me in the right direction here?

Thanks







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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