[flexcoders] styling Flex - able to use multiple stylenames - styleName=styleA styleB ?

2007-12-05 Thread sgarrity1
In HTML, one can have multiple CSS Rules/classnames in one class declaration like: p class=ruleA ruleBexample/p From my testing, it seems this is not available in Flex. Is there any way to apply two separate CSS Rules to an element ? So this does not seem to work: mx:VBox styleName=styleA

[flexcoders] adjusting horizontal space between menuitems in menuBar

2007-09-28 Thread sgarrity1
Hi, I've tried numerous approaches and searched a number of blogs for this. Is there a way to adjust the space between text menuitems in a MenuBar ? I would think one might be able to use horizontalGap or padding or margins but that does not seem to be available ? I know I could modify the