[flexcoders] Re: Passing variables to popup window {SOLVED}

2007-09-28 Thread candysmate
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Good, but curious, I would not expect that order to matter > Thanks for the code example Tracey. Yeah, the order thing is really wierd, which is why it took me a while to find it.

[flexcoders] Re: Passing variables to popup window {SOLVED}

2007-09-28 Thread candysmate
> **PopUpManager.centerPopUp(alertInstance); > alertInstance.messageString = messageItem > alertInstance.messageDuration = messageTime; moving this line fixed it: > alertInstance.messa

RE: [flexcoders] Re: Passing variables to popup window {SOLVED}

2007-09-28 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Friday, September 28, 2007 6:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Passing variables to popup window {SOLVED} > **PopUpManager.centerPopUp(alertInsta