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