Skip navigation.
 
mlRe: Why do I get draggingSourceOperationMaskForLocal: NO
FROM : David Dunham
DATE : Thu Aug 31 16:16:32 2006

On 18 Aug 2006, at 22:52, David Dunham wrote:

> When I start dragging (via dragImage:at:offset:event:), I get 
> draggingSourceOperationMaskForLocal: NO sent to me. I don't 
> understand this, since it's documented that the isLocal parameter 
> means same application.


I figured this one out -- you're not called dynamically as needed, 
but rather at the start of a drag with arguments of both YES and NO. 
The result must be saved.

David Dunham    A Sharp, LLC
Voice/Fax: 206 783 7404    http://a-sharp.com
Efficiency is intelligent laziness.

Related mailsAuthorDate
mlWhy do I get draggingSourceOperationMaskForLocal: NO David Dunham Aug 19, 07:52
mlRe: Why do I get draggingSourceOperationMaskForLocal: NO David Dunham Aug 31, 16:16