On 11/1/07, Andreas Höschler <[EMAIL PROTECTED]> 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
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to