I'm adding authorization to my application and I've manged to disable menu 
items within a menu by setting the enabled property to false.  In some case the 
entire menu needs to be disabled, but it appears to be ignoring my 
enabled=false or setEnabled(false).
 
e,.g.
 
myAccountMenu = menuBar.addMenu("MyAccount", myAccountXML);
  
  myAccountMenu.setEnabled(false);
 
The menu is still active, looks active and works, even though I'd expect it to 
be grey and inactive.
 
anyone have a clue or should I start hacking the MM v2 menu code ?
 
Grant.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to