Yes,it works. But I wanna enable dragable function when clicked this 
titlewindow. If I set isPopUp = false; the mouseClickEvent can't be catched so 
I can't interact with users. I just wanna to disable this ability temporary. Is 
there a wish way to achieve this ?



  ----- Original Message ----- 
  From: Teoti Graphix, LLC 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, July 06, 2009 9:55 PM
  Subject: [flexcoders] Re: How to disable TitleWindow dragable





  > How can I stop dragable function?

  Hi,

  If you are specifically talking about the TitleWindow, you can use;

  myWindow.isPopUp = false;

  This will not allow the window to be dragged. Check the source code in 
  Panel and you will see an if() statement blocking the drag behavior if 
  the isPopUp property is false.

  Panel : line 2096

  Mike



  

Reply via email to