[flexcoders] Re: Still struggling with creation complete

2009-10-09 Thread dfalling
[mailto:flexcod...@yahoogroups.com] On Behalf Of dfalling Sent: Thursday, October 08, 2009 2:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Still struggling with creation complete I've figured out that if I tell the targetChild to invalidate its size, properties, or display

RE: [flexcoders] Re: Still struggling with creation complete

2009-10-09 Thread Alex Harui
: [flexcoders] Re: Still struggling with creation complete Thanks for the response. I actually used to use that exact technique to handle the sliding. The only problem with that way is that since you're listening for the change, the new tab will appear briefly before the animation. It will slide

[flexcoders] Re: Still struggling with creation complete

2009-10-08 Thread dfalling
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of dfalling Sent: Friday, September 18, 2009 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Still struggling with creation complete I'm not sure how SHOW would help me as I want to make

[flexcoders] Re: Still struggling with creation complete

2009-09-21 Thread dfalling
Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of dfalling Sent: Friday, September 18, 2009 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Still struggling with creation complete

[flexcoders] Re: Still struggling with creation complete

2009-09-21 Thread dfalling
The problem I run into with rolling a new viewstack, is that many of the situations where I want to use this require a viewstack, so I have to extend it. --- In flexcoders@yahoogroups.com, reflexactions reflexacti...@... wrote: Out of the box when using deferred instantiation the ViewStack was

[flexcoders] Re: Still struggling with creation complete

2009-09-18 Thread dfalling
I'm not sure how SHOW would help me as I want to make everything happen before rendering the child. As an experiment, I made the child createComponentsFromDescriptors and called validateNow() at the viewstack level. I also replaced the event listener with a timer since I have no idea what

RE: [flexcoders] Re: Still struggling with creation complete

2009-09-18 Thread Alex Harui
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of dfalling Sent: Friday, September 18, 2009 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Still struggling with creation complete I'm not sure how SHOW would help me as I want

[flexcoders] Re: Still struggling with creation complete

2009-09-18 Thread reflexactions
Out of the box when using deferred instantiation the ViewStack was designed to only support animations on a child container 'hide' not 'show'. If you only slide 'out' it should work fine, if you want to slide 'in' or both 'in' and 'out' you need to roll you own version of ViewStack and build in