Hi Jonathan,

This is how I've done it/seen it done:

systemManager.addEventListener(MouseEvent.MOUSE_UP, onTitleBarRelease);

You add the mouseUp handler to the systemManager, but you don't add it
until the drag begins. When the drag ends you clear the listener from
systemManager.

HTH,
Ben


--- In flexcoders@yahoogroups.com, Jonathan Lee <[EMAIL PROTECTED]>
wrote:
>
> Hello all:
> I used to program in Flash8 and get used to the releaseOutside event
which is very useful.
> 
> For example, I mouse down on a object, and without release, I move
mouse out of the object and release the button.
> 
> How to capture this kind of event in Flex2?
> 
> Thanks,
> 
> 
>        
> ---------------------------------
> Be a better sports nut! Let your teams follow you with Yahoo Mobile.
Try it now.
>


Reply via email to