[flexcoders] Re: TitleWindow Popup Question(s)

2009-10-01 Thread cuttenv
...@... To: flexcoders@yahoogroups.com Sent: Tuesday, 29 September, 2009 17:27:01 Subject: [flexcoders] Re: TitleWindow Popup Question(s)   Hey there, I'm not sure how you are creating your popup but I would recommend you do it like this. var popper:TestPopUp = new TestPopUp(); PopUpManager

[flexcoders] Re: TitleWindow Popup Question(s)

2009-09-29 Thread cuttenv
Hey there, I'm not sure how you are creating your popup but I would recommend you do it like this. var popper:TestPopUp = new TestPopUp(); PopUpManager.addPopUp(popper,this); PopUpManager.centerPopUp(popper); Where TestPopUp is your TitleWindow Component. Then your creationComplete

Re: [flexcoders] Re: TitleWindow Popup Question(s)

2009-09-29 Thread Angelo Anolin
.   From: cuttenv cutt...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, 29 September, 2009 17:27:01 Subject: [flexcoders] Re: TitleWindow Popup Question(s)   Hey there, I'm not sure how you are creating your popup but I would recommend you do it like this. var