Re: NSDragOperation for operationNotAllowedCursor !!

2011-06-16 Thread Raleigh Ledet
File a radar asking for a new NSDragOperation, NSDragOperationNotAllowed. In the meantime, you can create your own cursor with your own cursor image and set it manually. You'll be fighting the system a bit, but if you time it right, you should be ok. -raleigh On Jun 15, 2011, at 7:47 AM,

Re: NSDragOperation for operationNotAllowedCursor !!

2011-06-16 Thread Kyle Sluder
On Thu, Jun 16, 2011 at 9:29 AM, Raleigh Ledet le...@apple.com wrote: In the meantime, you can create your own cursor with your own cursor image and set it manually. You'll be fighting the system a bit, but if you time it right, you should be ok. Yea, this is what you're gonna have to do.

NSDragOperation for operationNotAllowedCursor !!

2011-06-15 Thread Naresh Kongara
Hi, I'm working on a cocoa application, which is like a file browser similar to finder. In this application we implemented drag and drop of files/folder. we succeeded in displaying copy and link cursors for respective drag operations. As in finder how can we display a OperationNotAllwedCursor

NSDragOperation for operationNotAllowedCursor !!

2011-06-15 Thread Naresh Kongara
Hi, I'm working on a cocoa application, which is like a file browser similar to finder. In this application we implemented drag and drop of files/folder. we succeeded in displaying copy and link cursors for respective drag operations. As in finder how can we display a OperationNotAllwedCursor

Re: NSDragOperation for operationNotAllowedCursor !!

2011-06-15 Thread Tony Romano
Return this NSDragOperationNone is validateDrop: Tony Romano On 6/15/11 7:48 AM, Naresh Kongara nkong...@apple.com wrote: Hi, I'm working on a cocoa application, which is like a file browser similar to finder. In this application we implemented drag and drop of files/folder. we