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" <[email protected]>
Sent: Thursday, July 02, 2009 5:36 AM
To: [email protected]
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