[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drag & Drop Problem
From: |
Benhur Stein |
Subject: |
Re: Drag & Drop Problem |
Date: |
Thu, 1 Nov 2007 16:42:01 -0200 |
On 11/1/07, Andreas Höschler <ahoesch@smartsoft.de> wrote:
>
> I get draggingExited and draggingEntered, but the drag sign is "Do Not
> Enter" the whole time and when I let it go the drag image slides back.
> No luck! I am stuck!
>
I've had some problems with dragging when porting an app from OS to GS.
One difference was that in GS I had to implement prepareForDragOperation:
returning YES, that was not necessary in OS, and I had to implement a
different return on draggingUpdated: (in OS it returned NSDragOperationAll and
in GS it returns NSDragOperationCopy).
Hope this helps,
Benhur