Hi, I need to change the List component from a Jewel ComboBox without have to override/copy everything, so, if I create the following folder: org.apache.royale.jewel on my project and the the List.as file within, I can override at runtime the List behaviour from a Jewel ComboBox. This simply works however it's a ugly monkey patch.
There is any better alternative ? I tried using a css file following other examples without success. By the way, I need this just to clean the typeNames property from the List.as otherwise my own style does not work, so if there is a better way even better.