I've created a repeated custom component in a data list via Flash Catalyst. The component has 4 custom states that change the appearance based on a global variable. It generated the component as a s:Group and the states worked just fine, but the s:Group did not have access to the data property even though it was assigned as the itemRenderer in the list. So I changed the component from s:Group to s:ItemRenderer and had access to the data property. However, now when I roll over a component, it changes it's state to the first defined state in the s:states declaration.
So I need to know how to override the hover state in an ItemRenderer so that it leaves the current state in tact, or how to get access to the data / owner properties if using a s:group as the itemRenderer. Many thanks! Robert

