Re: mouse pointer for drag copy
Re: mouse pointer for drag copy
- Subject: Re: mouse pointer for drag copy
- From: Adam Maxwell <email@hidden>
- Date: Thu, 29 Jul 2004 14:48:13 -0500
On Jul 29, 2004, at 14:34, Nick Zitzmann wrote:
On Jul 29, 2004, at 1:14 PM, Adam Maxwell wrote:
I had some major hanging problems when I was sending an array with
multiple file types in dragPromisedFilesOfTypes:, but those went away
when I switched to the above code. Is that similar to what you refer
to?
No, I was having a problem where objc_msgSend() stopped working in the
main thread (!) until a mouse click event suddenly caused things to
start working again. The only way I was able to solve that is to not
perform a drag operation within a drag operation.
That sounds like the exact problem I was having at one point; nothing
would happen with the drag until I clicked somewhere in my main window,
and then the copy would occur.
Incidentally, I take back what I said earlier; sending an array of
multiple types to the Finder caused my app to segfault on quit, and I
don't remember what fixed that stalling problem :/. All in all,
getting this to work really sucked.
Anyway, if that's working for you, then I guess you can ignore my
advice. <;*)
Thanks :).
--
Adam Maxwell
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.