Bummer - sorry,

Probably need to look at MenuBar.getMenuAt(index).  

-TH

--- In [email protected], "jeff tapper" <[EMAIL PROTECTED]> wrote:
>
> unfortunately not, its populated dynamically at run time.  Any 
other 
> ideas on how to address a nested child of the menu?
> 
> --- In [email protected], "Tim Hoff" <TimHoff@> wrote:
> >
> > 
> > Hi Jeff,
> > 
> > You can handle this with binding.  Something like this:
> > 
> > <menuItem label="File" enabled="{model.FileMenuEnabledFlags(0)}">
> >      <menuItem label="New" enabled="{model.FileMenuEnabledFlags
> (1)}"/>
> >      <menuItem label="Open" enabled="{model.FileMenuEnabledFlags
> (2)}"/>
> >      <menuItem label="Save" enabled="{model.FileMenuEnabledFlags
> (3)}"/>
> > </menuItem>
> > 
> > model.FileMenuEnabledFlags is an array of Boolean values.
> > 
> > -TH
> > 
> > --- In [email protected], "jeff tapper" <jeff@> wrote:
> > >
> > > 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