For example the spark ComboBox.
- Where is the default skin?
- Is it generated (at compile or runtime)?
- If it was in fact written by someone how does the compiler/Virtual Machine know where to find the skin class? I didn’t see a location specified in the ComboBox source.
Thanks!
Edit: Sorry originally meant to say skin by typed style instead
Spark components use mostly skins. The default skin is defined in the
defaults.cssfile which gets compiled into thespark.swc. The CSS forComboBoxlooks like this:So, the class
spark.skins.spark.ComboBoxSkinis defined as default skin forComboBox. You can find the complete file in your Flex SDK (frameworks/projects/spark/defaults.css).If you want to find out more about this take a look at the following topics on Adobe Flex Help:
skins