Re: [flexcoders] Re: Intelligent ViewStack Children

2008-04-16 Thread Josh McDonald
Shit my bad, that's the first thing I would've tried, so I assumed you tried and it didn't work. I've been following this thread coz it seemed like a really interesting problem. *slaps head* -J On Thu, Apr 17, 2008 at 7:24 AM, joshuagatcke <[EMAIL PROTECTED]> wrote: > this is amazing! no joke

RE: [flexcoders] Re: Intelligent ViewStack Children

2008-04-15 Thread Rick Winscot
Ok - then here is an approach that will get you started. Components like the view stack use deferred instantiation to help with performance. which means that any control that isn't initially visible hasn't been fully instantiated yet. This means that the 'added to stage' event hasn't fired. and won