--- In flexcoders@yahoogroups.com, "djhatrick" <djhatr...@...> wrote:
>
> I have an itemRenderer that copies bitmapdata into my uiComponent
> inside my itemRenderer.  the problem comes up when I try to run a
> filter on my list and then the bitmapData changes, I am clearing out
> the bitmapData and the bitmap Container, on my commitProperties.
> 
> Any suggestion on this?  the only reason I think that could be goofing
> this up is the bounds of my itemRenderer is changed with the content
> of the bitmap Data object?  I am not sure, it's a tough one to nail
down?
> 
> Any suggestions?
> 
> Thanks,
> Patrick
>

Yes, this was exactly it... the bounds of my bitmapData was larger
than my rowHeight in my list

Reply via email to