problem in accessing Navigator controls indexs for the first time.

February 7, 2008 at 6:55 am (Flex)

Navigator controls like Accordion,tablist ect. we can not access the different indexs other then 0 for the first itme.

This is because the bydefault only 0 index is intialized and others are not intialized so use creationPlocy=”all” to do that.

Permalink Leave a Comment