> My final and simple goal is :
> To load a xml file -- loop thru the array of
> node "dailly_learning"
> And attach the custom component as many as dailly_learning nodes
> are and fill the data into it
> I could have easily done flash using attachmovie but how to do it in
> Flex
> I could load the xml and could retrieve the value from it
If you have only a few items, then a Repeater would work best. Or you
could also use a List and set the component as the item renderer.
You could also do something funky like this (dynamic MXML):
http://mannu.livejournal.com/311003.html
Manish
--
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
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

