[flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-15 Thread jgraham_us
Well I came up with a solution. Basically when the viewstack in initialized I create just the view containers for each view in the viewstack, setting an initialization flag to false. Then when the change event gets fired on the viewstack I check that flag and dynamically create the children

Re: [flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-15 Thread jeremy lu
great tips, thanks !On 1/15/06, jgraham_us <[EMAIL PROTECTED]> wrote: Well I came up with a solution.Basically when the viewstack in initialized I create just the viewcontainers for each view in the viewstack, setting an initializationflag to false.Then when the change event gets fired on the v

RE: [flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-16 Thread Gordon Smith
lto:[EMAIL PROTECTED] On Behalf Of jeremy lu Sent: Sunday, January 15, 2006 10:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: best way to handle this ViewStack situation when loading   great tips, thanks ! On 1/15/06, jgraham_us <[EMAIL PROTECTED]> wrote: Well

RE: [flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-17 Thread Rajni
Can any body help me to make customized number-formattor. On Sun, Jan 15, 2006 at 12:00 PM, jgraham_us wrote: > Well I came up with a solution. > Basically when the viewstack in initialized I create just the view > containers for each view in the viewstack, setting an initialization > flag