You could use the mouseUp event to check when the window is released, the 'move' event will be triggered as the component is being dragged.
 
Philippe Maegerman
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: samedi 8 octobre 2005 3:08
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] titlewindow move end

move.

my_panel.addEventListener("move", this);

function move()
{
    trace("cracka moved!");
}

----- Original Message -----
From: "Rajesh Jayabalan" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Friday, October 07, 2005 7:38 PM
Subject: [flexcoders] titlewindow move end


Hi,

I want to findout where a titlewindow has moved? so that I can set
the position is the user has moved the titlebar outside the screen area.

Does anyone know what event is generation when a move of titlewindow
is ended and how to trap it.

Regards
Rajesh J






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




------------------------------------------------------------------
**STATEMENT OF CONFIDENTIALITY**

This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.

We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.
------------------------------------------------------------------

Reply via email to