Hi Hugo, I would focus on CSS but since I don't know what you need I can't be 100% sure. Could you share your requirements? (maybe the only thing to debug is the hierarchy of classes in the CSS).
Hiedra -----Mensaje original----- De: Hugo Ferreira <hferreira...@gmail.com> Enviado el: jueves, 10 de febrero de 2022 1:56 Para: Apache Royale Development <dev@royale.apache.org> Asunto: How to change the List from Jewel ComboBox 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.