[flexcoders] Can't move titlewindow in an Application

2010-03-05 Thread xmwang1982
Hi experts, I have a class inheriting TitleWindow, and I add the following code to enable drag/drop of the title window by press on the title bar: private function onCreationComplete(evt:Event):void {

Re: [flexcoders] Can't move titlewindow in an Application

2010-03-05 Thread claudiu ursica
in creation complete add this.isPopUp = true; Make sure u get rid of all the listeners ... C From: xmwang1982 ask...@gmail.com To: flexcoders@yahoogroups.com Sent: Fri, March 5, 2010 4:30:30 PM Subject: [flexcoders] Can't move titlewindow in an Application