Re: [flexcoders] TitleWindow width issue

2006-01-30 Thread Manish Jethani
On 1/28/06, Deepa Subramaniam <[EMAIL PROTECTED]> wrote: > Try using PopUpManager.popUpWindow() which takes the window to pop up. After > you create the window object to pop up, set its width and height to the > parent application's width and height and then call popUpWindow(). > > Something like

RE: [flexcoders] TitleWindow width issue

2006-01-29 Thread Deepa Subramaniam
Try using PopUpManager.popUpWindow() which takes the window to pop up. After you create the window object to pop up, set its width and height to the parent application's width and height and then call popUpWindow(). Something like: private function pop():void { var win:IFlexDisplayObject =

RE: [flexcoders] TitleWindow width issue

2006-01-29 Thread Matt Chotin
You can pass in your application.width and application.height as the real values, I don't think percentage will work. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Friday, January 27, 2006 8:38 AM To: flexcoders@yahoogroups.com