I can’t seem to figure out how to set the application control bar’s background color in flex 4? It doesn’t have the backgroundColor property, and I’m a little stuck. Any help on how you would go by setting the background color for the application control bar?
Share
You need to make a custom Application Skin. Create the custom skin as a copy of
spark.skins.spark.ApplicationSkinand you’ll find the section in there that corresponds to the Application Control Bar (lines 73-114). You can manipulate the color scheme in there.