Re: NSPasteboard drag pasteboard hang
Re: NSPasteboard drag pasteboard hang
- Subject: Re: NSPasteboard drag pasteboard hang
- From: Michael Jurewitz <email@hidden>
- Date: Thu, 31 Aug 2006 19:12:30 -0700
Can you send a small sample to the list that exhibits this error?
-Michael Jurewitz
*********************************************
Developer Technical Support Engineer
Infinite Loop 3
MS: 303-2T
Cupertino, CA 95014
408-974-9043
*********************************************
On Aug 31, 2006, at 7:03 PM, Jeff C wrote:
I've seen a couple of references to the following problem, but no
suggestions on a solution.
I've modified an NSBrowser/NSMatrix to support dragging. My mouse
dragging method does this:
- (void) mouseDragged:(NSEvent *) event
{
// start a drag op
NSLog( @"Initiating drag");
NSPasteboard *pasteBoard = [NSPasteboard
pasteboardWithName:NSDragPboard];
Unfortunately, the pasteboard process loops, and consumes most of
the CPU. I have to kill the process and reboot the machine to return
to sanity.
I must be doing something stupid, the API seems very
straightforward. Any suggestions on what I'm doing wrong?
Thanks,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden