I don't use Vista, so I don't know what "switch users" means. Could it be that the SWF gets reloaded?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Saturday, January 26, 2008 11:54 PM To: [email protected] Subject: [flexcoders] Re: Resize Event Complete Mabye this is a bug, but when using Windows Vista and you switch users, the updateComplete event fires. What is odder, is that any components that I have dynamically added, e.g. myCanvas.addItem (myItem), LOSE their width formatting, and often their x and y formatting. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "jmfillman" <[EMAIL PROTECTED]> wrote: > > Mabye this is a bug, but when using Windows Vista and you switch > users, the updateComplete event fires. What is odder, is that any > components that I have dynamically added, e.g. myCanvas.addItem > (myItem), their width formatting, and often their x and y formatting. > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "jmfillman" <jmfillman@> wrote: > > > > Perfect, thanks!! > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <aharui@> wrote: > > > > > > Try updateComplete after a resize. > > > > > > > > > > > > ________________________________ > > > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> > > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > > > Behalf Of jmfillman > > > Sent: Thursday, January 24, 2008 1:49 PM > > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > > > Subject: [flexcoders] Resize Event Complete > > > > > > > > > > > > I need to capture the size of a canvas after the Resize Event > > > completes. Triggering a trace on the canvas size at the Resize > > Event > > > captures the size of the window at the start of the Resize Event, > > not > > > once it has completed. > > > > > > How do I get the value once it has completed? > > > > > >

