Reputation: 63104
I have a Flex form made up mostly of MX components. Due to limitations with the MX mx.controls.ComboBox
, I'd like to use the Spark control, spark.components.ComboBox
. This works, except the Spark ComboBox sticks out visually because it doesn't use the Halo theme.
Is there a way to have the Spark ComboBox use the Halo theme?
Upvotes: 3
Views: 662
Reputation: 8050
I answered a similar question a while ago.
You could just set the default skin for your application to Hero instead of Spark. Assuming you're using Flash Builder:
- Click on Project -> Properties.
- Click Flex Theme from the properties list.
- Expand Adobe Themes - Halo and select the Halo theme.
Upvotes: 2