I'm unable to understand how to set the background color of the application control bar in Flex 4? There is no background color property, and I got stuck a bit. How can you go by setting the background color for the App Control Bar but any help?
Make a custom application skin you have custom code spark.skins.spark.ApplicationSkin and you will find that section that matches the application control bar (line 73-114). You can manipulate the color scheme there.
Comments
Post a Comment