I have been looking through the Adobe documentation for a few hours now and have no suggestion of how to achieve what I want to do. I have a custom component that has some custom style attributes. I would like these style attributes to have default values. So, I followed what is described in the Live Docs (http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part2_DevApps_048_1.html).
All is fine and dandy, except for a (rather major?) problem. This method of setting defaults forces someone using the component to set all the style values or none, because if they set a single style attribute the default values are not set for any of the other attributes. Am I missing something or is this styling malarky complicated? Cheers, Graham

