can be some timing issue. on the repeaterEnd, you can try validateNow() on all the images, but its an expensive call.
On Tue, Feb 23, 2010 at 10:58 PM, Shri <[email protected]> wrote: > Ping ... > > On Feb 21, 6:27 pm, Shri <[email protected]> wrote: > > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- Thanks, Vaibhav Seth. -- 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.

