|
Joel, You have access to all of the menuBarItems
using the menuBarItems property of a menuBar. So, to put a little extra room in
front of each menuBarItem, I did something like this: private function changeMenuBarItemLayout():void { var n:int =
Comp3.menuBarItems.length; for(var
i:int=0; i < n; i++) {
myMenuBar.menuBarItems[i].setStyle('textIndent', 20);
myMenuBar.menuBarItems[i].width = Comp3.menuBarItems[i].width + 20; } } Play with that and hopefully, it will give
you the flexibility/control that you need. Joan From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Provinsal This is probably a simple question, but I will proceed
anyway. I have two -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- [flexcoders] menuBar Spacing Joel Provinsal
- RE: [flexcoders] menuBar Spacing Joan Lafferty

