|
Close... that's the point of binding to an
ArrayCollection... make arrMdta into an ArrayCollection instead, and it'll work
great.
Shan From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Windey Sent: Thursday, August 03, 2006 8:42 AM To: [email protected] Subject: [Junk E-Mail - MED] [flexcoders] Binding array to repeater
Hi, I have a repeater with a thumbnail
in it. Code: <mx:Repeater id="rptGallery"
dataProvider="{arrMdta}"> <ui:thumb
imagePath="{Mdta(rptGallery. </mx:Repeater>
In my script I
have [Bindable] public var arrMdta:Array = [new
Mdta("assets/image001. So far so good, I see my image
(inside my thumb component there’s an mx:image, nothing
fancy Now the harder part, I try to bind
the repeater to the array (as I’m doing here, but when I change my array, it
doesn’t get updated automatically. In my applicationComplete private function
init():void { for(var i:Number = 1; i < 100;
i++)
{ var filePath:String =
"assets/image";
if(i.toString(
if(i.toString(
filePath += i.toString() + ".jpg";
arrMdta.push( } } This doesn’t work, only when I put
the following line: rptGallery.dataProv Why is it only working if I re-force
the dataProvider? I thought that was the point of binding my
data? Thanks for any
help, Jonas
-- -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ --
|
- [flexcoders] Binding array to repeater Jonas Windey
- RE: [Junk E-Mail - MED] [flexcoders] Binding array to... Shannon Hicks
- RE: [Junk E-Mail - MED] [flexcoders] Binding arra... Jonas Windey
- Re: [Junk E-Mail - MED] [flexcoders] Binding ... Clint Tredway
- RE: [Junk E-Mail - MED] [flexcoders] Bind... Jonas Windey
- Re: [Junk E-Mail - MED] [flexcoders] Binding ... Renaun Erickson

