Re: drag-n-drop
Re: drag-n-drop
- Subject: Re: drag-n-drop
- From: Chase <email@hidden>
- Date: Thu, 16 Jun 2005 06:49:14 -0500
On Jun 16, 2005, at 4:49 AM, Jonathan del Strother wrote:
I think you also need to include
- (BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender
{
return YES;
}
i added that, but it still isn't working.
i think you're right though. i think it was part of my problem.
do i have to put any thing on the @interface or @implementation lines?
right now all i have is:
@interface mywindow : NSWindow
@implementation mywindow
in other words, do i have specify on either/both of those lines that
i'm setting myself up as a dragging destination?
if so, which line, and how exactly?
thanks.
- chase
_______________________________________________
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