Posts tagged as 'Components'
Accessing the component instance from a Flex skin
If you need to access the Flex component that a skin belongs to, you need to know that the skin’s parent is the component that you’re skinning. So you can access properties of the component through the skin’s parent (N.B. Don’t do this in the constructor – the skin isn’t added to the component’s display list until after the constructor has run)…
Posted on 8 August 2008 | 2 comments | continue reading
