Re: [flexcoders] Re: How to disable TitleWindow dragable

2009-07-06 Thread Simon Bailey
Yes as I replied in your original post man: Create a custom component that extends TitleWindow and override the startDragging() method: override protected function startDragging( event:MouseEvent ):void {}; You can leave it as it is above to simply stop dragging or add logic according

Re:[flexcoders] Re: How to disable TitleWindow dragable

2009-07-06 Thread j2me_soul
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 ? 在2009-07-06,"Teoti Graphix, LL

Re: [flexcoders] Re: How to disable TitleWindow dragable

2009-07-06 Thread Benoitcn
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 -