--- In [email protected], "sunild999999" <sunilbd...@...> wrote:
>
> I got your example to work by removing the Canvas tags from this
snippet:
> 
> <mx:itemRenderer>
> <mx:Component>
> <mx:Canvas>
> <mx:Label text="{data.label}" blendMode="layer"/>
> </mx:Canvas>
> </mx:Component>
> </mx:itemRenderer>
> 
> 
> Sunil
>

Perhaps I should have been clearer in my original description. The
issue seems to be related to the use of containers as custom
renderers. While I admit that in this case, removal of the container
solves the issue, this is just a simple case to demonstrate the issue.
In my real life case, my item renderers are much more complicated,
containing many sub-components, hence the use of containers.

Reply via email to