Re: NSTableView drag from Finder Problem
Re: NSTableView drag from Finder Problem
- Subject: Re: NSTableView drag from Finder Problem
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 26 Aug 2009 21:01:15 -0600
On Aug 26, 2009, at 10:10 AM, Support wrote:
I can see from the debug that the init function is called and that
the dragged types are therefore registered. Alas, ValidateDrop and
AcceptDrop are never called. Does anyone have any idea what I've
done wrong?
Are you **really** sure it's getting the message? If unseenLibraryView
is an outlet, then you'll need to move the code to -awakeFromNib,
since outlets aren't initialized until the nib is loaded, and nibs are
not loaded in initializers.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden