Looks like you already did that. Nevermind. --- In [email protected], "scalenine" <[EMAIL PROTECTED]> wrote: > > Try setting creationPolicy="all". > > http://livedocs.adobe.com/flex/201/langref/mx/core/Container.html#creationPolicy > > Juan > scalenine.com > > --- In [email protected], "Matt" <matt@> wrote: > > > > I'm dynamically creating content with ActionScript and I create a > > TabNavigator (set creationPolicy to 'all') and then add Boxes with > > Text HTML content in each. My problem is that the first time I go to > > each tab it takes a minute for the content to render but after that it > > works fine. Is there any way I can tell it to pre-render so it looks > > correct the first time it's selected? > > >

