On 10/3/13 12:22 AM, "Scott Matheson" <[email protected]> wrote:
>Hi > Good point, I could always look for another style that I can use > >In truth I need to learn how to extend spark skins to add new attributes If you are using AS (including direct calls to getStyle) and not MXML, you can add any new style by simply asking for it via getStyle and setting it in a .CSS or fx:Style block. To make it work as an MXML attribute is more work and involves subclassing and more metadata. -Alex
