Throwing this out there because it's a bit obscure and easy to miss.  Container based objects like tab navigators don't create all their tabs at runtime on startup.  They create them as they are clicked on.  This can cause some headscratching if you have some code in your application's creationComplete event handler that tries to access the uncreated one.

Anyway, if your design needs them to be created at startup, you can set the creationPolicy=all.  Means you take that hit at startup, but sometimes it's necessary.

--
Jason __._,_.___

--
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




__,_._,___

Reply via email to