Hi,

I have an mx:Image inside a Repeater.

<mx:Repeater id="rep" dataProvider="{some_xml}">
   <mx:Image id="img" source="{rep.currentit...@img}"
click="imgClick(event);" />
</mx:Repeater>

I set the dataProvider of the Repeater programmatically. 70% of the
times this works just fine and the mx:Image control correctly shows
the images. However, there are some times when the image does not get
displayed even though the dataProvider of the repeater has been set
correctly.

Is this a known issue? Are there there workarounds for this?

Thanks in advance.
-Shri

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to