Re: NSTableView and dragging cursor
Re: NSTableView and dragging cursor
- Subject: Re: NSTableView and dragging cursor
- From: Ken Victor <email@hidden>
- Date: Fri, 11 Nov 2005 18:16:26 -0800
it works as jim says it should. my problem was as follows:
BOOL isCopy = ([info draggingSourceOperationMask] == NSDragOperationCopy);
works fine (as jim said it would). however,
BOOL isCopy = (([info draggingSourceOperationMask] ==
NSDragOperationCopy) != 0);
doesn't work!
ken
ps. jim thanx for your help. no need for me to send you anything.
_______________________________________________
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