Hi shri can u tell at which line your getting this warning...if its in
Repeater tag check whether you made

rDataXML as Bindable variable.....

-dinesh

On Fri, Aug 7, 2009 at 11:25 AM, Shri <shrin...@gmail.com> wrote:

>
> Hi,
>
> I am using two mx:Repeater in two different containers. Yet, when I
> compile the flex script, I get the above warning for the second
> Repeater. Can someone point me to what I'm doing wrong?
> I'm using flex3:
> Adobe Flex Compiler (mxmlc)
> Version 3.3.0 build 4852
>
> See my script below:
>
> <mx:HBox id="pHBox" height="10%" backgroundColor="gray">
>        <mx:Repeater id="rep" dataProvider="{pDataXML.data}" >
>                        <mx:Image id="img" width="100" height="55"
> source="{rep.currentit...@src}" toolTip="{rep.currentit...@alt}"
> click="image_click(event)"/>
>          </mx:Repeater>
> </mx:HBox>
> <mx:VBox id="rVBox" width="100%" height="100%">
>        <mx:Repeater id="related" dataProvider="{rDataXML.image}" >
>                        <mx:Image id="relatedImg" width="500" height="355"
> source="{relatedimg.currentit...@src}"
> toolTip="{relatedimg.currentit...@alt}" click="image_click(event)"/>
>        </mx:Repeater>
> </mx:VBox>
>
> 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 flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to