Hi,Flex/OOP newbie here. I have a creationComplete event in acomponent
in my app. The component is a vbox and within that is adatagrid. The
component was working fine when I tested it at the'outer' level of the
application i.e. in the main application MXMLfile. However, now that I
made it a component it is not loading thedata file. There are no compile
errors upon running the app. Justwondering what's going on here. Can I
only use creationComlete ifthe component is an application and not if
it's...