discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drag & Drop Problem


From: Andreas Höschler
Subject: Re: Drag & Drop Problem
Date: Fri, 2 Nov 2007 14:37:09 +0100

Hi Benhur,

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).

Thanks for this info!

Regards,

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]