Re: mouse pointer for drag copy
Re: mouse pointer for drag copy
- Subject: Re: mouse pointer for drag copy
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 29 Jul 2004 13:34:52 -0600
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.
Anyway, if that's working for you, then I guess you can ignore my
advice. <;*)
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.