adobe - Flex skinnableDatacontainer not the owner of the itemrenderer? -


I have a skinnable DataContainer which I've expanded with some properties that I want to use in my items.

When I try to call in the context of the item

  extended_skinnableDataContainer (owner). MyProperty  

I get an error saying that the owner is a list and can not be converted to expanded_skinted tecktiner

Does the owner host Not a component?

Is the host component something completely different?

I'm stupid, the owner is the host component, though I'm still working with a debug version (Where I used a list component to check the renderer)


Comments