Re: Flex 14.0 ActionBar in ViewNavigatorApplication ignores chromeColor style setting

2015-02-12 Thread OmPrakash Muppirala
Les, I have checked in a fix here https://git1-us-west.apache.org/repos/asf?p=flex-sdk.git;a=commit;h=5c98108c You should be able to copy the changes into your local copy of the SDK. Thanks, Om On Wed, Feb 11, 2015 at 5:37 PM, leswoolsey wrote: > My IOS app is a Spark ViewNavigatorApplication

Flex 14.0 ActionBar in ViewNavigatorApplication ignores chromeColor style setting

2015-02-11 Thread leswoolsey
My IOS app is a Spark ViewNavigatorApplication. I set the actionBar to have a grey background by @namespace s "library://ns.adobe.com/flex/spark"; s|ActionBar { chromeColor: #404040; titleAlign: center; } This works great i