Re: [flexcoders] How to disable TitleWindow dragable

2009-07-06 Thread Sefi Ninio
Aye, that'll work... 2009/7/6 Simon Bailey > > > Create a custom component that extends TitleWindow and override the > startDragging() method: > > override protected function startDragging( event:MouseEvent ):void {}; > > Cheers, > > Simon @newtriks.com > > On 6 Jul 2009, at 08:16, j2me_soul wro

Re: [flexcoders] How to disable TitleWindow dragable

2009-07-06 Thread Simon Bailey
Create a custom component that extends TitleWindow and override the startDragging() method: override protected function startDragging( event:MouseEvent ):void {}; Cheers, Simon @newtriks.com On 6 Jul 2009, at 08:16, j2me_soul wrote: How can I stop dragable function? 200万种商品,最低价格,疯狂诱惑

Re: [flexcoders] How to disable TitleWindow dragable

2009-07-06 Thread Benoitcn
: Sefi Ninio To: flexcoders@yahoogroups.com Sent: Monday, July 06, 2009 3:43 PM Subject: Re: [flexcoders] How to disable TitleWindow dragable Catch mouseEvent.DRAG_START, and in the handler stop it's propagation. (event.stopImmediatePropagation) Do the same for mouseEvent.DRAG

Re: [flexcoders] How to disable TitleWindow dragable

2009-07-06 Thread Sefi Ninio
d anymore? > C > > -- > *From:* j2me_soul > *To:* flexcoders > *Sent:* Monday, July 6, 2009 10:16:21 AM > *Subject:* [flexcoders] How to disable TitleWindow dragable > > How can I stop dragable function? > > > > -- > 200万种商品,最低

Re: [flexcoders] How to disable TitleWindow dragable

2009-07-06 Thread claudiu ursica
Do you mean that the Title window cannot be dragged anymore? C From: j2me_soul To: flexcoders Sent: Monday, July 6, 2009 10:16:21 AM Subject: [flexcoders] How to disable TitleWindow dragable How can I stop dragable function

[flexcoders] How to disable TitleWindow dragable

2009-07-06 Thread j2me_soul
How can I stop dragable function?