Re: [flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Misael
Ok, I´ve done it but still doesnt work. I´ve created the winBanco.mxml file http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute">                                                                                                            And now am using this new main MXML app

[flexcoders] Re: Error thrown when opening a TitleWindow

2006-05-08 Thread Doug Lowder
Try commenting out the three PopUpManager calls and see what happens.  The winBanco TitleWindow is defined as part of your application, but you are also instantiating it as a popup window.  This is probably not what you want.  If you want winBanco to be a draggable popup window, move the def