Working with mx.core.Repeater
November 18th, 2006
I recently did some Flex work that involved quite extensive use the mx:Repeater tag and initially had some problems accessing the repeater instances using AS3.
To avoid the headache for anyone else trying to figure it out, I just did a quick example (right-click to view source).
[FLASH]/downloads/flex/repeater/checkboxrepeater.swf,300,150[/FLASH]
The basic idea is you access the component instance by array notation, for example: name_cb[0] is the first name_cb instance in the Repeater loop. Easy enough if you know how to do it
No TweetBacks yet. (Be the first to Tweet this post)
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 Belgium License.Related posts:


hi,
i get an error at this example :
Type was not found or was not a compile-time constant: repeater. [Generated code (use -keep to save): Path: repeater-generated.as …
have you any idea, why i get this?
mmm interesting, what Flash Player version are you using?
i have version 9,0,28,0 installed.
I still have problem too. Anyone can help?