Have you set the width and height of the TitleWindow.
Moreover, use PopupManager.centerPopup(wdw) to show the window at the
center with respect to its parent.
On Mar 20, 2007, at 7:49 PM, billbejeck wrote:
Hi All,
I am developing an application and I have a need to have several
pop-up
windows. I created a base class that extends the TitleWindow class. I
put in the required constructor call:
public function MyClass(){
super();
}.
I created a component MXML file using my custom class, and in the
preview mode, it displays fine. But when I launch the application and
try to popup the window via the
PopupManager.createPopup(..,myCustomClass...., ) the my popup does not
display. I have run it in debug mode, and I did not observe any errors
being thrown. I must be doing something wrong. Any suggestions?
Thanks,
Bill