increase the height of the VBOX . On Thu, Nov 12, 2009 at 11:34 AM, amutha <[email protected]> wrote:
> box_v=new VBox(); > babyactimg=new Image(); > rep=new Repeater(); > addChild(box_v); > rep.dataProvider=cat.img; > babyactimg.source=rep.currentit...@src; > babyactimg.width=30; > babyactimg.height=30; > addChild(babyactimg); > box_v.addChild(rep); > this was i done in as3 but i got the first record only…what can i do > for get all the records from the repeater using as3.. > > -- > > 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=. > > > -- 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=.

