Skip navigation.
 
mlRe: Drag and drop... without moving mouse?
FROM : Kieren Eaton
DATE : Sat Jul 15 11:59:11 2006

Also you might check that the view in the panel is becoming the first responder as soon as the panel is opened.  This would probably not happen as the panel would be first responder as it became active to open itself first.  I think this is correct for first responder status.

Just a thought

Kieren

On Sat, 15 Jul 2006 02:16:54 -0700, Kevin Perry wrote:
> Hi,
>
> In my program, I have a feature where initiating a drag and drop and
> holding the dragged data over a certain part of the screen brings up
> a panel (think spring-loaded folders in the Finder). I want a view on
> this panel to be the drag destination. However, because the panel
> ends up sliding under the mouse cursor, if I don't move the mouse
> before letting it go and finishing the drag, then the panel can never
> receive draggingEntered: and whatever was under the panel ends up
> receiving the drag and drop... Is there a way to make that panel
> receive the drag and drop in this case? (it works in the Finder...)
>
> Thanks!
>
> [kevin perry]
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlDrag and drop... without moving mouse? Kevin Perry Jul 15, 11:16
mlRe: Drag and drop... without moving mouse? Uli Kusterer Jul 15, 11:33
mlRe: Drag and drop... without moving mouse? Kieren Eaton Jul 15, 11:59
mlRe: Drag and drop... without moving mouse? Kevin Perry Jul 15, 18:54
mlRe: Drag and drop... without moving mouse? Kieren Eaton Jul 16, 03:44
mlRe: Drag and drop... without moving mouse? Matteo Manferdini Jul 17, 14:38
mlRe: Drag and drop... without moving mouse? Kevin Perry Jul 17, 17:02
mlRe: Drag and drop... without moving mouse? -- SOLUTION? Kevin Perry Jul 22, 22:57