You can call mx_internal methods.  You can also get the IDragManagerImpl
out of singleton and call that too.

 

The best solution would be to figure out why your dragging gets stuck,
but that could be quite time sonsouming

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Sharp
Sent: Tuesday, August 19, 2008 1:04 PM
To: [email protected]
Subject: [flexcoders] Re: DragManager gets stuck in dragging state even
when mouse button is up.

 

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> There's a semi document endDrag() method
> 
> 

endDrag is defined in DragManager.as as mx_internal, so that doesn't
do me any good:

/**
* @private
*/
mx_internal static function endDrag():void
{
impl.endDrag();
}

 

Reply via email to