I am using Flex AS3, i have a accordian with two tabs each tab contains some text boxes and i am trying to access these child controls from button event handler which resides outside the accordian, Problem is these controls are null until i open the tabs of accordian.
Share
Add this to the MXML of your accordion
It will then create everything at the beginning so those children will be there for you to reference.