Re: drag-n-drop
Re: drag-n-drop
- Subject: Re: drag-n-drop
- From: Jonathan del Strother <email@hidden>
- Date: Thu, 16 Jun 2005 10:49:11 +0100
I think you also need to include
- (BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender
{
return YES;
}
(obviously you might want some other checks in there...)
Jon
On 16 Jun 2005, at 08:05, Chase wrote:
is it necessary to do:
@interface mywindow : NSWindow < NSDraggingInfo >
?
it doesn't change anything though. still not accepting files
dragged from the finder.
- chase
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40steelskies.com
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