I have a linkbar with a viewstack, the viewstacks children are VBox'es that have rather complicated layouts that are done dynamically. The initial load time takes too long. I want to create the views when they are requested for the first time, from a click on the linkbar, instead of them all being loaded initially.
I have tried to place a creationPolicy="queued" on the VBox'es that are being put in the viewstack but since I am creating the rest of the VBox dynamically it isn't working correctly. Anyone have a suggestion on how to handle something like this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

