Popup a panel in new browser window

View: New views
2 Messages — Rating Filter:   Alert me  

Popup a panel in new browser window

by ferrari_hunk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am very new to flex. Can you let me know how can we pop up data in a panel in a new browser window?
I was able to use TitleWindow property, but that will not pop up in a new browser window. Please help.

Thanks


Parent Message unknown re: Popup a panel in new browser window

by Wally Kolcz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


                Use mx.managers.PopUpManager and then use either addPopUp (if in a component)  or createPopUp (if creating it on the fly)
                .

Once you create or added a popup, use CenterPopUp(this) to have it center in the screen or else it will pop up at 0,0

----------------------------------------

                                From: "ferrari_hunk" <brianferrao@...>
Sent: Thursday, July 02, 2009 5:36 AM
To: flexcoders@...
Subject: [flexcoders] Popup a panel in new browser window

Hi,

I am very new to flex. Can you let me know how can we pop up data in a panel in a new browser window?

I was able to use TitleWindow property, but that will not pop up in a new browser window. Please help.

Thanks